mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-26 02:32:12 +00:00
19 lines
334 B
YAML
19 lines
334 B
YAML
// MIR for `f_unit` after PreCodegen
|
|
|
|
fn f_unit() -> () {
|
|
let mut _0: ();
|
|
scope 1 (inlined f_dispatch::<()>) {
|
|
let _1: ();
|
|
scope 2 (inlined std::mem::size_of::<()>) {
|
|
}
|
|
}
|
|
|
|
bb0: {
|
|
_1 = f_zst::<()>(const ()) -> [return: bb1, unwind unreachable];
|
|
}
|
|
|
|
bb1: {
|
|
return;
|
|
}
|
|
}
|