about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLuqman Aden <laden@csclub.uwaterloo.ca>2016-10-11 20:42:26 -0400
committerLuqman Aden <laden@csclub.uwaterloo.ca>2016-11-10 16:12:43 -0500
commit6076fef6bd7af7fc34cb9adf8c2b3fa1a35c50bb (patch)
tree0a1c56738ebdf189b7cc388d39e803644f10f91f /src
parentc96e3524e319e3654a5542a3b078c4f7537e94f6 (diff)
downloadrust-6076fef6bd7af7fc34cb9adf8c2b3fa1a35c50bb.tar.gz
rust-6076fef6bd7af7fc34cb9adf8c2b3fa1a35c50bb.zip
ExprAssignable does not need the original Expr so let's just remove outdated FIXME.
Diffstat (limited to 'src')
-rw-r--r--src/librustc/infer/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc/infer/mod.rs b/src/librustc/infer/mod.rs
index ebafd206e26..8f4a12e0397 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