ExprAssignable does not need the original Expr so let's just remove outdated FIXME.

This commit is contained in:
Luqman Aden 2016-10-11 20:42:26 -04:00
parent c96e3524e3
commit 6076fef6bd

View File

@ -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