Skip to content

Commit 7a9362b

Browse files
committed
---
yaml --- r: 167399 b: refs/heads/snap-stage3 c: 00cf176 h: refs/heads/master i: 167397: d8b4cf6 167395: 0e948da 167391: d0c15b9 v: v3
1 parent a9f6c86 commit 7a9362b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 023dfb0c898d851dee6ace2f8339b73b5287136b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 97d8a668f66377c5adb85e89c2fa207e9d4a511c
4+
refs/heads/snap-stage3: 00cf176a5ee694907e5bddd5ff56d5e318e0edc8
55
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/librustc/middle/traits/fulfill.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ impl<'tcx> FulfillmentContext<'tcx> {
115115

116116
assert!(!trait_ref.has_escaping_regions());
117117

118+
// FIXME(#20304) -- cache
119+
118120
let ty_var = infcx.next_ty_var();
119121
let projection =
120122
ty::Binder(ty::ProjectionPredicate {

branches/snap-stage3/src/librustc_trans/trans/monomorphize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ pub fn normalize_associated_type<'tcx,T>(tcx: &ty::ctxt<'tcx>, t: &T) -> T
319319
return t.clone();
320320
}
321321

322-
// TODO cache
322+
// FIXME(#20304) -- cache
323323

324324
let infcx = infer::new_infer_ctxt(tcx);
325325
let param_env = ty::empty_parameter_environment();

0 commit comments

Comments
 (0)