diff --git a/src/librustc/infer/mod.rs b/src/librustc/infer/mod.rs index ebafd206e26e..8f4a12e03975 100644 --- a/src/librustc/infer/mod.rs +++ b/src/librustc/infer/mod.rs @@ -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