We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739938d commit 706d7ffCopy full SHA for 706d7ff
src/base.rs
@@ -789,6 +789,7 @@ fn codegen_stmt<'tcx>(
789
StatementKind::StorageLive(_)
790
| StatementKind::StorageDead(_)
791
| StatementKind::Deinit(_)
792
+ | StatementKind::ConstEvalCounter
793
| StatementKind::Nop
794
| StatementKind::FakeRead(..)
795
| StatementKind::Retag { .. }
src/constant.rs
@@ -530,6 +530,7 @@ pub(crate) fn mir_operand_get_const_val<'tcx>(
530
| StatementKind::Retag(_, _)
531
| StatementKind::AscribeUserType(_, _)
532
| StatementKind::Coverage(_)
533
534
| StatementKind::Nop => {}
535
}
536
0 commit comments