mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
14 lines
232 B
Rust
14 lines
232 B
Rust
// MIR for `process_never` after SimplifyLocals-final
|
|
|
|
fn process_never(_1: *const !) -> () {
|
|
debug input => _1;
|
|
let mut _0: ();
|
|
scope 1 {
|
|
debug _input => const ();
|
|
}
|
|
|
|
bb0: {
|
|
unreachable;
|
|
}
|
|
}
|