]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/end_region_destruction_extents_1.rs
Rollup merge of #52645 - oli-obk:existential_in_fn_body, r=dtolnay
[rust.git] / src / test / mir-opt / end_region_destruction_extents_1.rs
index fab2f9eff5af35d47add05bd81b010ad18b027c4..8f8c406bcb3a4278ca18ffd5e2c2b7a67094d3b9 100644 (file)
@@ -122,19 +122,15 @@ fn drop(&mut self) {
 //     let mut _6: &'10s S1;
 //     let mut _7: &'10s S1;
 //     let mut _8: S1;
-//     let mut _9: &'10s S1;
-//     let mut _10: &'12ds S1;
 //     bb0: {
 //         StorageLive(_2);
 //         StorageLive(_3);
 //         StorageLive(_4);
-//         _10 = promoted[1];
-//         _4 = &'12ds (*_10);
+//         _4 = &'12ds (promoted[1]: S1);
 //         _3 = &'12ds (*_4);
 //         StorageLive(_6);
 //         StorageLive(_7);
-//         _9 = promoted[0];
-//         _7 = &'10s (*_9);
+//         _7 = &'10s (promoted[0]: S1);
 //         _6 = &'10s (*_7);
 //         _2 = D1<'12ds, '10s>::{{constructor}}(move _3, move _6);
 //         EndRegion('10s);