- // MIR for `one` before Inline + // MIR for `one` after Inline fn one() -> () { let mut _0: (); // return place in scope 0 at $DIR/inline-cycle.rs:13:10: 13:10 let _1: (); // in scope 0 at $DIR/inline-cycle.rs:14:5: 14:24 + scope 1 (inlined ::call) { // at $DIR/inline-cycle.rs:14:5: 14:24 + } bb0: { StorageLive(_1); // scope 0 at $DIR/inline-cycle.rs:14:5: 14:24 - _1 = ::call() -> bb1; // scope 0 at $DIR/inline-cycle.rs:14:5: 14:24 + _1 = as Call>::call() -> bb1; // scope 1 at $DIR/inline-cycle.rs:43:9: 43:23 // mir::Constant - // + span: $DIR/inline-cycle.rs:14:5: 14:22 - // + literal: Const { ty: fn() {::call}, val: Value(Scalar()) } + // + span: $DIR/inline-cycle.rs:43:9: 43:21 + // + literal: Const { ty: fn() { as Call>::call}, val: Value(Scalar()) } } bb1: { StorageDead(_1); // scope 0 at $DIR/inline-cycle.rs:14:24: 14:25 _0 = const (); // scope 0 at $DIR/inline-cycle.rs:13:10: 15:2 return; // scope 0 at $DIR/inline-cycle.rs:15:2: 15:2 } }