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