Skip to content

Commit 8eacf60

Browse files
committed
update comment
1 parent 796b828 commit 8eacf60

File tree

1 file changed

+1
-2
lines changed
  • compiler/rustc_middle/src/traits

1 file changed

+1
-2
lines changed

compiler/rustc_middle/src/traits/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,7 @@ pub enum ObligationCauseCode<'tcx> {
292292
trait_item_def_id: DefId,
293293
},
294294

295-
/// Checking that this expression can be assigned where it needs to be
296-
// FIXME(eddyb) #11161 is the original Expr required?
295+
/// Checking that this expression can be assigned to its target.
297296
ExprAssignable,
298297

299298
/// Computing common supertype in the arms of a match expression

0 commit comments

Comments
 (0)