rust/tests/mir-opt/issue_104451_unwindable_intrinsics.main.AbortUnwindingCalls.after.panic-unwind.mir
Matthew Jasper a277c901d9 Remove MIR unsafe check
This also remove safety information from MIR.
2024-04-03 08:50:12 +00:00

15 lines
330 B
Rust

// MIR for `main` after AbortUnwindingCalls
fn main() -> () {
let mut _0: ();
let mut _1: !;
let mut _2: ();
bb0: {
StorageLive(_1);
StorageLive(_2);
_2 = ();
_1 = const_eval_select::<(), fn() -> ! {ow_ct}, fn() -> ! {ow_ct}, !>(move _2, ow_ct, ow_ct) -> unwind continue;
}
}