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>(
819
819
| StatementKind :: Nop
820
820
| StatementKind :: FakeRead ( ..)
821
821
| StatementKind :: Retag { .. }
822
+ | StatementKind :: PlaceMention ( ..)
822
823
| StatementKind :: AscribeUserType ( ..) => { }
823
824
824
825
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>(
529
529
| StatementKind :: StorageDead ( _)
530
530
| StatementKind :: Retag ( _, _)
531
531
| StatementKind :: AscribeUserType ( _, _)
532
+ | StatementKind :: PlaceMention ( ..)
532
533
| StatementKind :: Coverage ( _)
533
534
| StatementKind :: ConstEvalCounter
534
535
| StatementKind :: Nop => { }
You can’t perform that action at this time.
0 commit comments