Skip to content

Commit 9fe22e1

Browse files
committed
---
yaml --- r: 10485 b: refs/heads/snap-stage3 c: 24f9f45 h: refs/heads/master i: 10483: 9e2540a v: v3
1 parent 87ed72f commit 9fe22e1

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,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 699b14b99d9892f3573ee8a69c3c24b7af93ecdd
4+
refs/heads/snap-stage3: 24f9f45ac68f4b29997a20b63de7997536f89dd1
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/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)