Skip to content

Commit 6076fef

Browse files
committed
ExprAssignable does not need the original Expr so let's just remove outdated FIXME.
1 parent c96e352 commit 6076fef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/infer/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ pub enum TypeOrigin {
184184
MethodCompatCheck(Span),
185185

186186
// Checking that this expression can be assigned where it needs to be
187-
// FIXME(eddyb) #11161 is the original Expr required?
188187
ExprAssignable(Span),
189188

190189
// Relating trait type parameters to those found in impl etc

0 commit comments

Comments
 (0)