2021-01-23 07:49:20 -06:00
|
|
|
- // MIR for `g` before Inline
|
|
|
|
+ // MIR for `g` after Inline
|
|
|
|
|
|
|
|
fn g() -> () {
|
2023-06-06 08:47:00 -05:00
|
|
|
let mut _0: ();
|
|
|
|
let _1: ();
|
2021-01-23 07:49:20 -06:00
|
|
|
|
|
|
|
bb0: {
|
2023-06-06 08:47:00 -05:00
|
|
|
StorageLive(_1);
|
2024-01-07 16:53:20 -06:00
|
|
|
_1 = f::<fn() {main}>(main) -> [return: bb1, unwind continue];
|
2021-01-23 07:49:20 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
bb1: {
|
2023-06-06 08:47:00 -05:00
|
|
|
StorageDead(_1);
|
|
|
|
_0 = const ();
|
|
|
|
return;
|
2021-01-23 07:49:20 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|