@@ -5,7 +5,7 @@ fn unwrap(_1: Option<T>) -> T {
5
5
let mut _0 : T; // return place in scope 0 at $DIR/no-drop-for-inactive-variant.rs:7:33: 7:34
6
6
let mut _2 : isize; // in scope 0 at $DIR/no-drop-for-inactive-variant.rs:9:9: 9:16
7
7
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
9
9
let mut _5 : isize; // in scope 0 at $DIR/no-drop-for-inactive-variant.rs:12:1: 12:2
10
10
let mut _6 : isize; // in scope 0 at $DIR/no-drop-for-inactive-variant.rs:12:1: 12:2
11
11
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 {
19
19
}
20
20
21
21
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
24
24
// mir::Constant
25
- // + span : $SRC_DIR/std/src/macros .rs:LL:COL
25
+ // + span : $SRC_DIR/std/src/panic .rs:LL:COL
26
26
// + literal : Const { ty: fn(&str) -> ! {std::rt::begin_panic::<&str>}, val: Value(Scalar(<ZST>)) }
27
27
// ty::Const
28
28
// + ty : &str
29
29
// + 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 })
30
30
// mir::Constant
31
- // + span : $SRC_DIR/std/src/macros .rs:LL:COL
31
+ // + span : $SRC_DIR/std/src/panic .rs:LL:COL
32
32
// + 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 }) }
33
33
}
34
34
0 commit comments