summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/retag.main.SimplifyCfg-elaborate-drops.after.panic-unwind.mir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/retag.main.SimplifyCfg-elaborate-drops.after.panic-unwind.mir')
-rw-r--r--tests/mir-opt/retag.main.SimplifyCfg-elaborate-drops.after.panic-unwind.mir8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/mir-opt/retag.main.SimplifyCfg-elaborate-drops.after.panic-unwind.mir b/tests/mir-opt/retag.main.SimplifyCfg-elaborate-drops.after.panic-unwind.mir
index 508f96409..d89124f69 100644
--- a/tests/mir-opt/retag.main.SimplifyCfg-elaborate-drops.after.panic-unwind.mir
+++ b/tests/mir-opt/retag.main.SimplifyCfg-elaborate-drops.after.panic-unwind.mir
@@ -10,7 +10,7 @@ fn main() -> () {
let mut _7: &mut i32;
let mut _9: &mut i32;
let mut _12: *mut i32;
- let mut _14: [closure@main::{closure#0}];
+ let mut _14: {closure@main::{closure#0}};
let mut _16: for<'a> fn(&'a i32) -> &'a i32;
let mut _17: &i32;
let _18: &i32;
@@ -103,7 +103,7 @@ fn main() -> () {
StorageDead(_2);
StorageLive(_13);
StorageLive(_14);
- _14 = [closure@main::{closure#0}];
+ _14 = {closure@main::{closure#0}};
Retag(_14);
_13 = move _14 as for<'a> fn(&'a i32) -> &'a i32 (PointerCoercion(ClosureFnPointer(Normal)));
StorageDead(_14);
@@ -167,11 +167,11 @@ fn main() -> () {
}
bb7 (cleanup): {
- drop(_21) -> [return: bb9, unwind terminate];
+ drop(_21) -> [return: bb9, unwind terminate(cleanup)];
}
bb8 (cleanup): {
- drop(_5) -> [return: bb9, unwind terminate];
+ drop(_5) -> [return: bb9, unwind terminate(cleanup)];
}
bb9 (cleanup): {