Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
mir-opt
/
remove_zsts.get_union.PreCodegen.after.mir
blob: 5886a5bfeeade8bbb72fa6f266a3daef9a3fd65f [
file
] [
log
] [
blame
] [
edit
]
// MIR for `get_union` after PreCodegen
fn get_union
()
->
Foo
{
let
mut _0
:
Foo
;
bb0
:
{
_0
=
Foo
{
x
:
const
()
};
return
;
}
}