]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/const_prop/control_flow_simplification.hello.ConstProp.diff
Rollup merge of #96609 - ibraheemdev:arc-downcast-unchecked, r=m-ou-se
[rust.git] / src / test / mir-opt / const_prop / control_flow_simplification.hello.ConstProp.diff
index cb4273ba6bd6e1e3660c52ae8f3751b18a08df9f..d7636c817099a40d79989d03787776b1454fd483 100644 (file)
@@ -16,7 +16,7 @@
   
       bb1: {
           StorageLive(_2);                 // scope 0 at $SRC_DIR/std/src/panic.rs:LL:COL
-          begin_panic::<&str>(const "explicit panic"); // scope 0 at $SRC_DIR/std/src/panic.rs:LL:COL
+          _2 = begin_panic::<&str>(const "explicit panic"); // scope 0 at $SRC_DIR/std/src/panic.rs:LL:COL
                                            // mir::Constant
                                            // + span: $SRC_DIR/std/src/panic.rs:LL:COL
                                            // + literal: Const { ty: fn(&str) -> ! {begin_panic::<&str>}, val: Value(Scalar(<ZST>)) }