mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
16 lines
242 B
Rust
16 lines
242 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;
|
|
}
|
|
scope 2 {
|
|
}
|
|
|
|
bb0: {
|
|
return;
|
|
}
|
|
}
|