rust/tests/mir-opt/uninhabited_enum.process_never.SimplifyLocals-final.after.mir
Matthew Jasper a277c901d9 Remove MIR unsafe check
This also remove safety information from MIR.
2024-04-03 08:50:12 +00:00

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;
}
}