Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
mir-opt
/
inline
/
forced_async.caller.ForceInline.panic-unwind.diff
blob: 42048bceef84ef5dafcadb27fd1947e51250b524 [
file
] [
log
] [
blame
]
-
// MIR for `caller` before ForceInline
+
// MIR for `caller` after ForceInline
fn
caller
()
->
{
async fn body of
caller
()}
{
let
mut _0
:
{
async fn body of
caller
()};
bb0
:
{
_0
=
{
coroutine@$DIR
/
forced_async
.
rs
:
10
:
19
:
14
:
2
(#
0
)};
return
;
}
}