mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
a277c901d9
This also remove safety information from MIR.
14 lines
222 B
Rust
14 lines
222 B
Rust
// MIR for `process_void` after SimplifyLocals-final
|
|
|
|
fn process_void(_1: *const Void) -> () {
|
|
debug input => _1;
|
|
let mut _0: ();
|
|
scope 1 {
|
|
debug _input => _1;
|
|
}
|
|
|
|
bb0: {
|
|
return;
|
|
}
|
|
}
|