|
7 | 7 | - let mut _2: bool; // in scope 0 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
8 | 8 | - let mut _3: isize; // in scope 0 at $DIR/const_goto.rs:12:22: 12:28 |
9 | 9 | + let mut _2: isize; // in scope 0 at $DIR/const_goto.rs:12:22: 12:28 |
| 10 | + scope 1 { |
| 11 | + } |
10 | 12 |
|
11 | 13 | bb0: { |
12 | | -- StorageLive(_2); // scope 0 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
13 | | -- _3 = discriminant(_1); // scope 0 at $DIR/const_goto.rs:12:17: 12:20 |
14 | | -- switchInt(move _3) -> [1_isize: bb2, 2_isize: bb2, otherwise: bb1]; // scope 0 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
15 | | -+ _2 = discriminant(_1); // scope 0 at $DIR/const_goto.rs:12:17: 12:20 |
16 | | -+ switchInt(move _2) -> [1_isize: bb2, 2_isize: bb2, otherwise: bb1]; // scope 0 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
| 14 | +- StorageLive(_2); // scope 1 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
| 15 | +- _3 = discriminant(_1); // scope 1 at $DIR/const_goto.rs:12:17: 12:20 |
| 16 | +- switchInt(move _3) -> [1_isize: bb2, 2_isize: bb2, otherwise: bb1]; // scope 1 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
| 17 | ++ _2 = discriminant(_1); // scope 1 at $DIR/const_goto.rs:12:17: 12:20 |
| 18 | ++ switchInt(move _2) -> [1_isize: bb2, 2_isize: bb2, otherwise: bb1]; // scope 1 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
17 | 19 | } |
18 | 20 |
|
19 | 21 | bb1: { |
20 | | -- _2 = const false; // scope 0 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
21 | | -- goto -> bb3; // scope 0 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
| 22 | +- _2 = const false; // scope 1 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
| 23 | +- goto -> bb3; // scope 1 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
22 | 24 | + _0 = const 42_u64; // scope 0 at $DIR/const_goto.rs:12:53: 12:55 |
23 | 25 | + goto -> bb3; // scope 0 at $DIR/const_goto.rs:12:5: 12:57 |
24 | 26 | } |
25 | 27 |
|
26 | 28 | bb2: { |
27 | | -- _2 = const true; // scope 0 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
28 | | -- goto -> bb3; // scope 0 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
| 29 | +- _2 = const true; // scope 1 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
| 30 | +- goto -> bb3; // scope 1 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
29 | 31 | - } |
30 | 32 | - |
31 | 33 | - bb3: { |
32 | | -- switchInt(move _2) -> [false: bb5, otherwise: bb4]; // scope 0 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
| 34 | +- switchInt(move _2) -> [false: bb5, otherwise: bb4]; // scope 1 at $SRC_DIR/core/src/macros/mod.rs:LL:COL |
33 | 35 | - } |
34 | 36 | - |
35 | 37 | - bb4: { |
36 | | - _0 = const 23_u64; // scope 0 at $DIR/const_goto.rs:12:41: 12:43 |
| 38 | + _0 = const 23_u64; // scope 1 at $DIR/const_goto.rs:12:41: 12:43 |
37 | 39 | - goto -> bb6; // scope 0 at $DIR/const_goto.rs:12:5: 12:57 |
38 | 40 | + goto -> bb3; // scope 0 at $DIR/const_goto.rs:12:5: 12:57 |
39 | 41 | } |
|
0 commit comments