]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_dataflow/src/impls/storage_liveness.rs
Create stable metric to measure long computation in Const Eval
[rust.git] / compiler / rustc_mir_dataflow / src / impls / storage_liveness.rs
index 8d379b90a86db28194b2946df68bc564b8e84961..fcf0ce9d82118815eadbb0229be5bac3e49afe21 100644 (file)
@@ -141,6 +141,7 @@ fn before_statement_effect(
             StatementKind::AscribeUserType(..)
             | StatementKind::Coverage(..)
             | StatementKind::FakeRead(..)
+            | StatementKind::ConstEvalCounter
             | StatementKind::Nop
             | StatementKind::Retag(..)
             | StatementKind::Intrinsic(..)