bless more mir-opt tests by hand
This commit is contained in:
parent
af29a26378
commit
290ce46252
@ -155,7 +155,7 @@
|
||||
- StorageDead(_1);
|
||||
- return;
|
||||
+ bb3 (cleanup): {
|
||||
+ drop(_2) -> [return: bb2, unwind terminate];
|
||||
+ drop(_2) -> [return: bb2, unwind terminate (panic in a destructor during cleanup)];
|
||||
}
|
||||
|
||||
- bb4 (cleanup): {
|
||||
|
@ -83,7 +83,7 @@ fn filter_mapped(_1: impl Iterator<Item = T>, _2: impl Fn(T) -> Option<U>) -> ()
|
||||
}
|
||||
|
||||
bb9 (cleanup): {
|
||||
drop(_5) -> [return: bb10, unwind terminate];
|
||||
drop(_5) -> [return: bb10, unwind terminate (panic in a destructor during cleanup)];
|
||||
}
|
||||
|
||||
bb10 (cleanup): {
|
||||
|
@ -75,7 +75,7 @@ fn mapped(_1: impl Iterator<Item = T>, _2: impl Fn(T) -> U) -> () {
|
||||
}
|
||||
|
||||
bb9 (cleanup): {
|
||||
drop(_5) -> [return: bb10, unwind terminate];
|
||||
drop(_5) -> [return: bb10, unwind terminate (panic in a destructor during cleanup)];
|
||||
}
|
||||
|
||||
bb10 (cleanup): {
|
||||
|
@ -67,7 +67,7 @@ fn vec_move(_1: Vec<impl Sized>) -> () {
|
||||
}
|
||||
|
||||
bb9 (cleanup): {
|
||||
drop(_3) -> [return: bb10, unwind terminate];
|
||||
drop(_3) -> [return: bb10, unwind terminate (panic in a destructor during cleanup)];
|
||||
}
|
||||
|
||||
bb10 (cleanup): {
|
||||
|
@ -127,7 +127,7 @@ fn forward_loop(_1: u32, _2: u32, _3: impl Fn(u32)) -> () {
|
||||
}
|
||||
|
||||
bb11 (cleanup): {
|
||||
drop(_3) -> [return: bb12, unwind terminate];
|
||||
drop(_3) -> [return: bb12, unwind terminate (panic in a destructor during cleanup)];
|
||||
}
|
||||
|
||||
bb12 (cleanup): {
|
||||
|
@ -82,7 +82,7 @@ fn inclusive_loop(_1: u32, _2: u32, _3: impl Fn(u32)) -> () {
|
||||
}
|
||||
|
||||
bb8 (cleanup): {
|
||||
drop(_3) -> [return: bb9, unwind terminate];
|
||||
drop(_3) -> [return: bb9, unwind terminate (panic in a destructor during cleanup)];
|
||||
}
|
||||
|
||||
bb9 (cleanup): {
|
||||
|
@ -195,7 +195,7 @@ fn enumerated_loop(_1: &[T], _2: impl Fn(usize, &T)) -> () {
|
||||
}
|
||||
|
||||
bb11 (cleanup): {
|
||||
drop(_2) -> [return: bb12, unwind terminate];
|
||||
drop(_2) -> [return: bb12, unwind terminate (panic in a destructor during cleanup)];
|
||||
}
|
||||
|
||||
bb12 (cleanup): {
|
||||
|
@ -182,7 +182,7 @@ fn forward_loop(_1: &[T], _2: impl Fn(&T)) -> () {
|
||||
}
|
||||
|
||||
bb11 (cleanup): {
|
||||
drop(_2) -> [return: bb12, unwind terminate];
|
||||
drop(_2) -> [return: bb12, unwind terminate (panic in a destructor during cleanup)];
|
||||
}
|
||||
|
||||
bb12 (cleanup): {
|
||||
|
@ -143,7 +143,7 @@ fn range_loop(_1: &[T], _2: impl Fn(usize, &T)) -> () {
|
||||
}
|
||||
|
||||
bb12 (cleanup): {
|
||||
drop(_2) -> [return: bb13, unwind terminate];
|
||||
drop(_2) -> [return: bb13, unwind terminate (panic in a destructor during cleanup)];
|
||||
}
|
||||
|
||||
bb13 (cleanup): {
|
||||
|
@ -196,7 +196,7 @@ fn reverse_loop(_1: &[T], _2: impl Fn(&T)) -> () {
|
||||
}
|
||||
|
||||
bb11 (cleanup): {
|
||||
drop(_2) -> [return: bb12, unwind terminate];
|
||||
drop(_2) -> [return: bb12, unwind terminate (panic in a destructor during cleanup)];
|
||||
}
|
||||
|
||||
bb12 (cleanup): {
|
||||
|
Loading…
Reference in New Issue
Block a user