|
39 | 39 |
|
40 | 40 | bb0: { |
41 | 41 | StorageLive(_1); // scope 0 at $DIR/derefer_test_multiple.rs:3:9: 3:14 |
| 42 | + Deinit(_1); // scope 0 at $DIR/derefer_test_multiple.rs:3:17: 3:25 |
42 | 43 | (_1.0: i32) = const 42_i32; // scope 0 at $DIR/derefer_test_multiple.rs:3:17: 3:25 |
43 | 44 | (_1.1: i32) = const 43_i32; // scope 0 at $DIR/derefer_test_multiple.rs:3:17: 3:25 |
44 | 45 | StorageLive(_2); // scope 1 at $DIR/derefer_test_multiple.rs:4:9: 4:14 |
45 | 46 | StorageLive(_3); // scope 1 at $DIR/derefer_test_multiple.rs:4:22: 4:28 |
46 | 47 | _3 = &mut _1; // scope 1 at $DIR/derefer_test_multiple.rs:4:22: 4:28 |
| 48 | + Deinit(_2); // scope 1 at $DIR/derefer_test_multiple.rs:4:17: 4:29 |
47 | 49 | (_2.0: i32) = const 99_i32; // scope 1 at $DIR/derefer_test_multiple.rs:4:17: 4:29 |
48 | 50 | (_2.1: &mut (i32, i32)) = move _3; // scope 1 at $DIR/derefer_test_multiple.rs:4:17: 4:29 |
49 | 51 | StorageDead(_3); // scope 1 at $DIR/derefer_test_multiple.rs:4:28: 4:29 |
50 | 52 | StorageLive(_4); // scope 2 at $DIR/derefer_test_multiple.rs:5:9: 5:14 |
51 | 53 | StorageLive(_5); // scope 2 at $DIR/derefer_test_multiple.rs:5:22: 5:28 |
52 | 54 | _5 = &mut _2; // scope 2 at $DIR/derefer_test_multiple.rs:5:22: 5:28 |
| 55 | + Deinit(_4); // scope 2 at $DIR/derefer_test_multiple.rs:5:17: 5:29 |
53 | 56 | (_4.0: i32) = const 11_i32; // scope 2 at $DIR/derefer_test_multiple.rs:5:17: 5:29 |
54 | 57 | (_4.1: &mut (i32, &mut (i32, i32))) = move _5; // scope 2 at $DIR/derefer_test_multiple.rs:5:17: 5:29 |
55 | 58 | StorageDead(_5); // scope 2 at $DIR/derefer_test_multiple.rs:5:28: 5:29 |
56 | 59 | StorageLive(_6); // scope 3 at $DIR/derefer_test_multiple.rs:6:9: 6:14 |
57 | 60 | StorageLive(_7); // scope 3 at $DIR/derefer_test_multiple.rs:6:22: 6:28 |
58 | 61 | _7 = &mut _4; // scope 3 at $DIR/derefer_test_multiple.rs:6:22: 6:28 |
| 62 | + Deinit(_6); // scope 3 at $DIR/derefer_test_multiple.rs:6:17: 6:29 |
59 | 63 | (_6.0: i32) = const 13_i32; // scope 3 at $DIR/derefer_test_multiple.rs:6:17: 6:29 |
60 | 64 | (_6.1: &mut (i32, &mut (i32, &mut (i32, i32)))) = move _7; // scope 3 at $DIR/derefer_test_multiple.rs:6:17: 6:29 |
61 | 65 | StorageDead(_7); // scope 3 at $DIR/derefer_test_multiple.rs:6:28: 6:29 |
|
0 commit comments