File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -819,6 +819,7 @@ fn codegen_stmt<'tcx>(
819819 | StatementKind :: Nop
820820 | StatementKind :: FakeRead ( ..)
821821 | StatementKind :: Retag { .. }
822+ | StatementKind :: PlaceMention ( ..)
822823 | StatementKind :: AscribeUserType ( ..) => { }
823824
824825 StatementKind :: Coverage { .. } => fx. tcx . sess . fatal ( "-Zcoverage is unimplemented" ) ,
Original file line number Diff line number Diff line change @@ -529,6 +529,7 @@ pub(crate) fn mir_operand_get_const_val<'tcx>(
529529 | StatementKind :: StorageDead ( _)
530530 | StatementKind :: Retag ( _, _)
531531 | StatementKind :: AscribeUserType ( _, _)
532+ | StatementKind :: PlaceMention ( ..)
532533 | StatementKind :: Coverage ( _)
533534 | StatementKind :: ConstEvalCounter
534535 | StatementKind :: Nop => { }
You can’t perform that action at this time.
0 commit comments