mirror of https://github.com/rust-lang/rust.git
17 lines
365 B
Diff
17 lines
365 B
Diff
- // MIR for `unreachable` before LowerIntrinsics
|
|
+ // MIR for `unreachable` after LowerIntrinsics
|
|
|
|
fn unreachable() -> ! {
|
|
let mut _0: !;
|
|
let _1: ();
|
|
let mut _2: !;
|
|
|
|
bb0: {
|
|
StorageLive(_1);
|
|
StorageLive(_2);
|
|
- _2 = std::intrinsics::unreachable() -> unwind unreachable;
|
|
+ unreachable;
|
|
}
|
|
}
|
|
|