]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/src/traits/mod.rs
Auto merge of #95502 - jyn514:doc-rustc, r=Mark-Simulacrum
[rust.git] / compiler / rustc_middle / src / traits / mod.rs
index 353b872a216daa2aac1d6b2e6e562f658e12e7b9..7c3d08b26bf54e38d46cf769f9306bdd793329a5 100644 (file)
@@ -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