We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796b828 commit 8eacf60Copy full SHA for 8eacf60
compiler/rustc_middle/src/traits/mod.rs
@@ -292,8 +292,7 @@ pub enum ObligationCauseCode<'tcx> {
292
trait_item_def_id: DefId,
293
},
294
295
- /// Checking that this expression can be assigned where it needs to be
296
- // FIXME(eddyb) #11161 is the original Expr required?
+ /// Checking that this expression can be assigned to its target.
297
ExprAssignable,
298
299
/// Computing common supertype in the arms of a match expression
0 commit comments