a277c901d9
This also remove safety information from MIR.
15 lines
242 B
Rust
15 lines
242 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;
|
|
}
|
|
|
|
bb0: {
|
|
unreachable;
|
|
}
|
|
}
|