]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_dataflow/src/move_paths/builder.rs
Create stable metric to measure long computation in Const Eval
[rust.git] / compiler / rustc_mir_dataflow / src / move_paths / builder.rs
index f46fd118bde5d165106bfcb047dd7d2d5f494232..0195693a7cb0e6d9bf8639e83d8e96a5b59797a3 100644 (file)
@@ -331,6 +331,7 @@ fn gather_statement(&mut self, stmt: &Statement<'tcx>) {
             | StatementKind::AscribeUserType(..)
             | StatementKind::Coverage(..)
             | StatementKind::Intrinsic(..)
+            | StatementKind::ConstEvalCounter
             | StatementKind::Nop => {}
         }
     }