ExprAssignable does not need the original Expr so let's just remove outdated FIXME.
This commit is contained in:
parent
c96e3524e3
commit
6076fef6bd
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue