]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_dataflow/src/move_paths/builder.rs
Rollup merge of #107271 - Zeegomo:drop-rmw, r=oli-obk
[rust.git] / compiler / rustc_mir_dataflow / src / move_paths / builder.rs
index f7f98d6e31cc6f635c66762a1f3fc914ab303f8a..115c8afcce0cf7c15964bd53b175366c0ac6b7fd 100644 (file)
@@ -331,6 +331,7 @@ fn gather_statement(&mut self, stmt: &Statement<'tcx>) {
             | StatementKind::AscribeUserType(..)
             | StatementKind::Coverage(..)
             | StatementKind::Intrinsic(..)
+            | StatementKind::ConstEvalCounter
             | StatementKind::Nop => {}
         }
     }