Skip to content

Commit 8539790

Browse files
committed
---
yaml --- r: 217849 b: refs/heads/master c: a2fe59a h: refs/heads/master i: 217847: c47a912 v: v3
1 parent 517660f commit 8539790

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 70365ed911d418c22d2d9e6a972929b946b6a3ac
2+
refs/heads/master: a2fe59afd66f032bea04f55fdb8beb00b53b65d7
33
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/librustc_trans/trans/common.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,6 @@ pub fn fulfill_obligation<'a, 'tcx>(ccx: &CrateContext<'a, 'tcx>,
874874
debug!("trans fulfill_obligation: trait_ref={:?} def_id={:?}",
875875
trait_ref, trait_ref.def_id());
876876

877-
tcx.populate_implementations_for_trait_if_necessary(trait_ref.def_id());
878877

879878
// Do the initial selection for the obligation. This yields the
880879
// shallow result we are looking for -- that is, what specific impl.

0 commit comments

Comments
 (0)