Skip to content

Commit 24f9f45

Browse files
committed
Comments only: annotate FIXMEs in typeck::infer
1 parent 699b14b commit 24f9f45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rustc/middle/typeck/infer.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ fn can_mk_assignty(cx: infer_ctxt, anmnt: assignment,
329329
// FIXME---this will not unroll any entries we make in the
330330
// borrowings table. But this is OK for the moment because this
331331
// is only used in method lookup, and there must be exactly one
332-
// match or an error is reported. Still, it should be fixed.
332+
// match or an error is reported. Still, it should be fixed. (#2593)
333333

334334
indent {|| cx.probe {||
335335
cx.assign_tys(anmnt, a, b)
@@ -1501,6 +1501,7 @@ fn super_fns<C:combine>(
15011501
self.purities(a_f.purity, b_f.purity).chain {|purity|
15021502
//FIXME self.infcx().constrvecs(a_f.constraints,
15031503
//FIXME b_f.constraints).then {||
1504+
// (Fix this if #2588 doesn't get accepted)
15041505
ok({purity: purity,
15051506
proto: p,
15061507
inputs: inputs,

0 commit comments

Comments
 (0)