Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
mir-opt
/
inline
/
cycle.g.Inline.panic-unwind.diff
blob: da516220d50484afd96eb58f8450d08b3b5dec1a [
file
] [
log
] [
blame
] [
edit
]
-
// MIR for `g` before Inline
+
// MIR for `g` after Inline
fn g
()
->
()
{
let
mut _0
:
();
let
_1
:
();
bb0
:
{
StorageLive
(
_1
);
_1
=
f
::<
fn
()
{
main
}>(
main
)
->
[
return
:
bb1
,
unwind
continue
];
}
bb1
:
{
StorageDead
(
_1
);
_0
=
const
();
return
;
}
}