- // MIR for `one` before Inline + // MIR for `one` after Inline fn one() -> () { let mut _0: (); let _1: (); + scope 1 (inlined ::call) { + scope 2 (inlined as Call>::call) { + scope 3 (inlined as Call>::call) { + } + } + } bb0: { StorageLive(_1); _1 = ::call() -> [return: bb1, unwind continue]; } bb1: { StorageDead(_1); _0 = const (); return; } }