]> git.proxmox.com Git - rustc.git/blobdiff - src/test/mir-opt/const_prop/tuple_literal_propagation.main.ConstProp.diff
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / mir-opt / const_prop / tuple_literal_propagation.main.ConstProp.diff
index 15253a364e99026493c7a275c1c70605162a82aa..2bcd10f160b820782c06c73db76b3fbccfb15f16 100644 (file)
@@ -12,6 +12,7 @@
   
       bb0: {
           StorageLive(_1);                 // scope 0 at $DIR/tuple_literal_propagation.rs:3:9: 3:10
+          Deinit(_1);                      // scope 0 at $DIR/tuple_literal_propagation.rs:3:13: 3:19
           (_1.0: u32) = const 1_u32;       // scope 0 at $DIR/tuple_literal_propagation.rs:3:13: 3:19
           (_1.1: u32) = const 2_u32;       // scope 0 at $DIR/tuple_literal_propagation.rs:3:13: 3:19
           StorageLive(_2);                 // scope 1 at $DIR/tuple_literal_propagation.rs:5:5: 5:15