mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 13:41:54 +00:00
14 lines
241 B
YAML
14 lines
241 B
YAML
// MIR for `process_void` after SimplifyLocals-final
|
|
|
|
fn process_void(_1: *const Void) -> () {
|
|
debug input => _1;
|
|
let mut _0: ();
|
|
scope 1 {
|
|
debug _input => const ZeroSized: Void;
|
|
}
|
|
|
|
bb0: {
|
|
return;
|
|
}
|
|
}
|