update comment

This commit is contained in:
lcnr 2022-04-01 13:47:01 +02:00
parent 796b828371
commit 8eacf6078f
1 changed files with 1 additions and 2 deletions

View 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