mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
17 lines
262 B
Rust
17 lines
262 B
Rust
// MIR for `process_never` after SimplifyLocals-final
|
|
|
|
fn process_never(_1: *const !) -> () {
|
|
debug input => _1;
|
|
let mut _0: ();
|
|
let _2: &!;
|
|
scope 1 {
|
|
debug _input => _2;
|
|
}
|
|
scope 2 {
|
|
}
|
|
|
|
bb0: {
|
|
unreachable;
|
|
}
|
|
}
|