ExprAssignable does not need the original Expr so let's just remove outdated FIXME.
This commit is contained in:
parent
c96e3524e3
commit
6076fef6bd
@ -184,7 +184,6 @@ pub enum TypeOrigin {
|
||||
MethodCompatCheck(Span),
|
||||
|
||||
// Checking that this expression can be assigned where it needs to be
|
||||
// FIXME(eddyb) #11161 is the original Expr required?
|
||||
ExprAssignable(Span),
|
||||
|
||||
// Relating trait type parameters to those found in impl etc
|
||||
|
Loading…
x
Reference in New Issue
Block a user