Skip to content

Commit 10f496f

Browse files
committed
---
yaml --- r: 160129 b: refs/heads/issue-18208-method-dispatch-3-quick-reject c: 5a31b6e h: refs/heads/master i: 160127: 3989d9c v: v3
1 parent f2d55c0 commit 10f496f

File tree

2 files changed

+6
-6
lines changed
  • branches/issue-18208-method-dispatch-3-quick-reject/src/librustc/middle/typeck/check/method

2 files changed

+6
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
2828
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
2929
refs/heads/issue-18208-method-dispatch-2: 9e1eae4fb9b6527315b4441cf8a0f5ca911d1671
3030
refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
31-
refs/heads/issue-18208-method-dispatch-3-quick-reject: 4a374f1566546ff27c5dbaf00168cbe046f73c8a
31+
refs/heads/issue-18208-method-dispatch-3-quick-reject: 5a31b6e53d685c9e39d784bb95a3b552d04e43c4

branches/issue-18208-method-dispatch-3-quick-reject/src/librustc/middle/typeck/check/method/probe.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,18 +446,18 @@ impl<'a,'tcx> ProbeContext<'a,'tcx> {
446446
}
447447

448448
self.assemble_extension_candidates_for_trait_impls(trait_def_id,
449-
method.clone(),
450-
matching_index);
449+
method.clone(),
450+
matching_index);
451451

452452
self.assemble_unboxed_closure_candidates(trait_def_id,
453453
method,
454454
matching_index);
455455
}
456456

457457
fn assemble_extension_candidates_for_trait_impls(&mut self,
458-
trait_def_id: ast::DefId,
459-
method: Rc<ty::Method>,
460-
method_index: uint)
458+
trait_def_id: ast::DefId,
459+
method: Rc<ty::Method>,
460+
method_index: uint)
461461
{
462462
ty::populate_implementations_for_trait_if_necessary(self.tcx(),
463463
trait_def_id);

0 commit comments

Comments
 (0)