|
4 | 4 | fn r() -> () {
|
5 | 5 | let mut _0: (); // return place in scope 0 at $DIR/simplify-locals.rs:32:8: 32:8
|
6 | 6 | let mut _1: i32; // in scope 0 at $DIR/simplify-locals.rs:33:9: 33:14
|
7 |
| - let mut _2: &i32; // in scope 0 at $DIR/simplify-locals.rs:35:13: 35:15 |
8 |
| - let mut _3: &mut i32; // in scope 0 at $DIR/simplify-locals.rs:36:13: 36:19 |
| 7 | +- let mut _2: &i32; // in scope 0 at $DIR/simplify-locals.rs:35:13: 35:15 |
| 8 | +- let mut _3: &mut i32; // in scope 0 at $DIR/simplify-locals.rs:36:13: 36:19 |
9 | 9 | scope 1 {
|
10 | 10 | debug a => _1; // in scope 1 at $DIR/simplify-locals.rs:33:9: 33:14
|
11 | 11 | scope 2 {
|
|
17 | 17 | bb0: {
|
18 | 18 | StorageLive(_1); // scope 0 at $DIR/simplify-locals.rs:33:9: 33:14
|
19 | 19 | _1 = const 1_i32; // scope 0 at $DIR/simplify-locals.rs:33:17: 33:18
|
20 |
| - StorageLive(_2); // scope 1 at $DIR/simplify-locals.rs:35:13: 35:15 |
21 |
| - _2 = &_1; // scope 1 at $DIR/simplify-locals.rs:35:13: 35:15 |
22 |
| - StorageDead(_2); // scope 1 at $DIR/simplify-locals.rs:35:15: 35:16 |
23 |
| - StorageLive(_3); // scope 2 at $DIR/simplify-locals.rs:36:13: 36:19 |
24 |
| - _3 = &mut _1; // scope 2 at $DIR/simplify-locals.rs:36:13: 36:19 |
25 |
| - StorageDead(_3); // scope 2 at $DIR/simplify-locals.rs:36:19: 36:20 |
| 20 | +- StorageLive(_2); // scope 1 at $DIR/simplify-locals.rs:35:13: 35:15 |
| 21 | +- _2 = &_1; // scope 1 at $DIR/simplify-locals.rs:35:13: 35:15 |
| 22 | +- StorageDead(_2); // scope 1 at $DIR/simplify-locals.rs:35:15: 35:16 |
| 23 | +- StorageLive(_3); // scope 2 at $DIR/simplify-locals.rs:36:13: 36:19 |
| 24 | +- _3 = &mut _1; // scope 2 at $DIR/simplify-locals.rs:36:13: 36:19 |
| 25 | +- StorageDead(_3); // scope 2 at $DIR/simplify-locals.rs:36:19: 36:20 |
26 | 26 | _0 = const (); // scope 0 at $DIR/simplify-locals.rs:32:8: 37:2
|
27 | 27 | StorageDead(_1); // scope 0 at $DIR/simplify-locals.rs:37:1: 37:2
|
28 | 28 | return; // scope 0 at $DIR/simplify-locals.rs:37:2: 37:2
|
|
0 commit comments