@@ -5,7 +5,7 @@ fn unwrap(_1: Option<T>) -> T {
55 let mut _0 : T; // return place in scope 0 at $DIR/no-drop-for-inactive-variant.rs:7:33: 7:34
66 let mut _2 : isize; // in scope 0 at $DIR/no-drop-for-inactive-variant.rs:9:9: 9:16
77 let _3 : T; // in scope 0 at $DIR/no-drop-for-inactive-variant.rs:9:14: 9:15
8- let mut _4: !; // in scope 0 at $SRC_DIR/std/src/macros .rs:LL:COL
8+ let mut _4 : !; // in scope 0 at $SRC_DIR/std/src/panic .rs:LL:COL
99 let mut _5 : isize; // in scope 0 at $DIR/no-drop-for-inactive-variant.rs:12:1: 12:2
1010 let mut _6 : isize; // in scope 0 at $DIR/no-drop-for-inactive-variant.rs:12:1: 12:2
1111 let mut _7 : isize; // in scope 0 at $DIR/no-drop-for-inactive-variant.rs:12:1: 12:2
@@ -19,16 +19,16 @@ fn unwrap(_1: Option<T>) -> T {
1919 }
2020
2121 bb1 : {
22- StorageLive ( _4) ; // scope 0 at $SRC_DIR/std/src/macros .rs:LL:COL
23- begin_panic :: < & str > ( const "explicit panic" ) -> bb4; // scope 0 at $SRC_DIR/std/src/macros .rs:LL:COL
22+ StorageLive(_4); // scope 0 at $SRC_DIR/std/src/panic .rs:LL:COL
23+ begin_panic::<&str>(const "explicit panic") -> bb4; // scope 0 at $SRC_DIR/std/src/panic .rs:LL:COL
2424 // mir::Constant
25- // + span: $SRC_DIR/std/src/macros .rs:LL:COL
25+ // + span : $SRC_DIR/std/src/panic .rs:LL:COL
2626 // + literal : Const { ty: fn(&str) -> ! {std::rt::begin_panic::<&str>}, val: Value(Scalar(<ZST>)) }
2727 // ty::Const
2828 // + ty : &str
2929 // + val : Value(Slice { data: Allocation { bytes: [101, 120, 112, 108, 105, 99, 105, 116, 32, 112, 97, 110, 105, 99], relocations: Relocations(SortedMap { data: [] }), init_mask: InitMask { blocks: [16383], len: Size { raw: 14 } }, size: Size { raw: 14 }, align: Align { pow2: 0 }, mutability: Not, extra: () }, start: 0, end: 14 })
3030 // mir::Constant
31- // + span: $SRC_DIR/std/src/macros .rs:LL:COL
31+ // + span : $SRC_DIR/std/src/panic .rs:LL:COL
3232 // + literal : Const { ty: &str, val: Value(Slice { data: Allocation { bytes: [101, 120, 112, 108, 105, 99, 105, 116, 32, 112, 97, 110, 105, 99], relocations: Relocations(SortedMap { data: [] }), init_mask: InitMask { blocks: [16383], len: Size { raw: 14 } }, size: Size { raw: 14 }, align: Align { pow2: 0 }, mutability: Not, extra: () }, start: 0, end: 14 }) }
3333 }
3434
0 commit comments