rust/tests/mir-opt/remove_zsts.get_union.PreCodegen.after.mir

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
156 B
Rust
Raw Permalink Normal View History

// MIR for `get_union` after PreCodegen
fn get_union() -> Foo {
2023-06-06 08:47:00 -05:00
let mut _0: Foo;
bb0: {
2023-06-06 08:47:00 -05:00
_0 = Foo { x: const () };
return;
}
}