@@ -4,9 +4,9 @@ fn num_to_digit(_1: char) -> u32 {
4
4
debug num => _1; // in scope 0 at $DIR/issue_59352.rs:+0:21 : +0:24
5
5
let mut _0 : u32; // return place in scope 0 at $DIR/issue_59352.rs:+0:35: +0:38
6
6
let mut _2 : std::option::Option<u32>; // in scope 0 at $DIR/issue_59352.rs:+2:26: +2:41
7
- let mut _3 : u32; // in scope 0 at $DIR/issue_59352.rs:+2:8 : +2:23
7
+ let mut _3 : u32; // in scope 0 at $DIR/issue_59352.rs:+2:12 : +2:23
8
8
let mut _9 : isize; // in scope 0 at $SRC_DIR/core/src/macros/mod.rs:LL:COL
9
- scope 1 (inlined char::methods::<impl char>::is_digit) { // at $DIR/issue_59352.rs:14:8 : 14:23
9
+ scope 1 (inlined char::methods::<impl char>::is_digit) { // at $DIR/issue_59352.rs:14:12 : 14:23
10
10
debug self => _1; // in scope 1 at $SRC_DIR/core/src/char/methods.rs:LL:COL
11
11
debug radix => _3; // in scope 1 at $SRC_DIR/core/src/char/methods.rs:LL:COL
12
12
let mut _4 : &std::option::Option<u32>; // in scope 1 at $SRC_DIR/core/src/char/methods.rs:LL:COL
@@ -16,7 +16,7 @@ fn num_to_digit(_1: char) -> u32 {
16
16
debug self => _4; // in scope 2 at $SRC_DIR/core/src/option.rs:LL:COL
17
17
}
18
18
}
19
- scope 3 (inlined # [track_caller] Option::<u32>::unwrap) { // at $DIR/issue_59352.rs:14:26 : 14:50
19
+ scope 3 (inlined # [track_caller] Option::<u32>::unwrap) { // at $DIR/issue_59352.rs:14:42 : 14:50
20
20
debug self => _2; // in scope 3 at $SRC_DIR/core/src/option.rs:LL:COL
21
21
let mut _7 : isize; // in scope 3 at $SRC_DIR/core/src/option.rs:LL:COL
22
22
let mut _8 : !; // in scope 3 at $SRC_DIR/core/src/option.rs:LL:COL
@@ -26,7 +26,7 @@ fn num_to_digit(_1: char) -> u32 {
26
26
}
27
27
28
28
bb0 : {
29
- StorageLive(_3); // scope 0 at $DIR/issue_59352.rs:+2:8 : +2:23
29
+ StorageLive(_3); // scope 0 at $DIR/issue_59352.rs:+2:12 : +2:23
30
30
StorageLive(_4); // scope 1 at $SRC_DIR/core/src/char/methods.rs:LL:COL
31
31
StorageLive(_5); // scope 1 at $SRC_DIR/core/src/char/methods.rs:LL:COL
32
32
StorageLive(_6); // scope 1 at $SRC_DIR/core/src/char/methods.rs:LL:COL
@@ -65,7 +65,7 @@ fn num_to_digit(_1: char) -> u32 {
65
65
_9 = discriminant((*_4)); // scope 2 at $SRC_DIR/core/src/option.rs:LL:COL
66
66
StorageDead(_4); // scope 1 at $SRC_DIR/core/src/char/methods.rs:LL:COL
67
67
StorageDead(_5); // scope 1 at $SRC_DIR/core/src/char/methods.rs:LL:COL
68
- StorageDead(_3); // scope 0 at $DIR/issue_59352.rs:+2:8 : +2:23
68
+ StorageDead(_3); // scope 0 at $DIR/issue_59352.rs:+2:12 : +2:23
69
69
switchInt(move _9) -> [1 : bb1, otherwise: bb3]; // scope 0 at $DIR/issue_59352.rs:+2:8: +2:23
70
70
}
71
71
0 commit comments