mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
17 lines
350 B
Rust
17 lines
350 B
Rust
// MIR for `main` after AbortUnwindingCalls
|
|
|
|
fn main() -> () {
|
|
let mut _0: ();
|
|
let mut _1: !;
|
|
let mut _2: ();
|
|
scope 1 {
|
|
}
|
|
|
|
bb0: {
|
|
StorageLive(_1);
|
|
StorageLive(_2);
|
|
_2 = ();
|
|
_1 = const_eval_select::<(), fn() -> ! {ow_ct}, fn() -> ! {ow_ct}, !>(move _2, ow_ct, ow_ct) -> unwind continue;
|
|
}
|
|
}
|