Skip to content

Commit e5b31df

Browse files
committed
---
yaml --- r: 218086 b: refs/heads/tmp c: a2fe59a h: refs/heads/master v: v3
1 parent 9ea0ea6 commit e5b31df

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
@@ -25,7 +25,7 @@ refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
2525
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
2626
refs/heads/beta: 18adf6230e2e229d4d73391cebff060afc5e5aaa
2727
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
28-
refs/heads/tmp: 70365ed911d418c22d2d9e6a972929b946b6a3ac
28+
refs/heads/tmp: a2fe59afd66f032bea04f55fdb8beb00b53b65d7
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: e6596d0052e79e6393bbee3538bb122930d89887
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828

branches/tmp/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)