mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-25 23:26:08 +00:00
12 lines
147 B
YAML
12 lines
147 B
YAML
// MIR for `no_codegen` after PreCodegen
|
|
|
|
fn no_codegen() -> () {
|
|
let mut _0: ();
|
|
scope 1 {
|
|
}
|
|
|
|
bb0: {
|
|
unreachable;
|
|
}
|
|
}
|