|
28 | 28 | StorageLive(_1); // scope 0 at $DIR/reference_prop.rs:+1:9: +1:10
|
29 | 29 | StorageLive(_2); // scope 0 at $DIR/reference_prop.rs:+2:13: +2:18
|
30 | 30 | _2 = const 0_i32; // scope 0 at $DIR/reference_prop.rs:+2:21: +2:22
|
31 |
| - StorageLive(_3); // scope 2 at $DIR/reference_prop.rs:+3:13: +3:14 |
| 31 | +- StorageLive(_3); // scope 2 at $DIR/reference_prop.rs:+3:13: +3:14 |
32 | 32 | _3 = &raw mut _2; // scope 2 at $DIR/reference_prop.rs:+3:17: +3:27
|
33 | 33 | StorageLive(_4); // scope 3 at $DIR/reference_prop.rs:+5:9: +5:30
|
34 | 34 | StorageLive(_5); // scope 4 at $DIR/reference_prop.rs:+5:25: +5:27
|
35 |
| -- _5 = (*_3); // scope 4 at $DIR/reference_prop.rs:+5:25: +5:27 |
36 |
| -+ _5 = _2; // scope 4 at $DIR/reference_prop.rs:+5:25: +5:27 |
| 35 | + _5 = (*_3); // scope 4 at $DIR/reference_prop.rs:+5:25: +5:27 |
37 | 36 | _4 = opaque::<i32>(move _5) -> bb1; // scope 4 at $DIR/reference_prop.rs:+5:18: +5:28
|
38 | 37 | // mir::Constant
|
39 | 38 | // + span: $DIR/reference_prop.rs:452:18: 452:24
|
|
44 | 43 | StorageDead(_5); // scope 4 at $DIR/reference_prop.rs:+5:27: +5:28
|
45 | 44 | StorageDead(_4); // scope 3 at $DIR/reference_prop.rs:+5:30: +5:31
|
46 | 45 | _1 = _3; // scope 3 at $DIR/reference_prop.rs:+6:9: +6:10
|
47 |
| - StorageDead(_3); // scope 2 at $DIR/reference_prop.rs:+7:5: +7:6 |
| 46 | +- StorageDead(_3); // scope 2 at $DIR/reference_prop.rs:+7:5: +7:6 |
48 | 47 | StorageDead(_2); // scope 0 at $DIR/reference_prop.rs:+7:5: +7:6
|
49 | 48 | StorageLive(_6); // scope 1 at $DIR/reference_prop.rs:+9:5: +9:26
|
50 | 49 | StorageLive(_7); // scope 5 at $DIR/reference_prop.rs:+9:21: +9:23
|
51 |
| - _7 = (*_1); // scope 5 at $DIR/reference_prop.rs:+9:21: +9:23 |
| 50 | +- _7 = (*_1); // scope 5 at $DIR/reference_prop.rs:+9:21: +9:23 |
| 51 | ++ _7 = (*_3); // scope 5 at $DIR/reference_prop.rs:+9:21: +9:23 |
52 | 52 | _6 = opaque::<i32>(move _7) -> bb2; // scope 5 at $DIR/reference_prop.rs:+9:14: +9:24
|
53 | 53 | // mir::Constant
|
54 | 54 | // + span: $DIR/reference_prop.rs:456:14: 456:20
|
|
0 commit comments