about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2022-04-01 13:47:01 +0200
committerlcnr <rust@lcnr.de>2022-04-01 13:47:01 +0200
commit8eacf6078fd923bddf54ae9227beeb41a7218e1d (patch)
treeb8ce40ccca5f011d5205f1a3a7a3bfd3f2dd9c9e
parent796b82837116462377167b16a6d7627250aaa1b0 (diff)
update comment
-rw-r--r--compiler/rustc_middle/src/traits/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_middle/src/traits/mod.rs b/compiler/rustc_middle/src/traits/mod.rs
index 353b872a216..7c3d08b26bf 100644
--- a/compiler/rustc_middle/src/traits/mod.rs
+++ b/compiler/rustc_middle/src/traits/mod.rs
@@ -292,8 +292,7 @@ pub enum ObligationCauseCode<'tcx> {
         trait_item_def_id: DefId,
     },
 
-    /// Checking that this expression can be assigned where it needs to be
-    // FIXME(eddyb) #11161 is the original Expr required?
+    /// Checking that this expression can be assigned to its target.
     ExprAssignable,
 
     /// Computing common supertype in the arms of a match expression