Skip to content

Commit 81c4182

Browse files
committed
---
yaml --- r: 13465 b: refs/heads/master c: 24f9f45 h: refs/heads/master i: 13463: bdf7dba v: v3
1 parent 7fdd4ed commit 81c4182

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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: 699b14b99d9892f3573ee8a69c3c24b7af93ecdd
2+
refs/heads/master: 24f9f45ac68f4b29997a20b63de7997536f89dd1
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/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)