|
10 | 10 | let mut _5: &mut [u8; 1024]; // in scope 0 at $DIR/simple.rs:6:10: 6:18
|
11 | 11 | let mut _6: &mut [u8; 1024]; // in scope 0 at $DIR/simple.rs:6:10: 6:18
|
12 | 12 | scope 1 {
|
13 |
| -- debug buf => _2; // in scope 1 at $DIR/simple.rs:5:9: 5:16 |
14 |
| -+ debug buf => _0; // in scope 1 at $DIR/simple.rs:5:9: 5:16 |
| 13 | + debug buf => _2; // in scope 1 at $DIR/simple.rs:5:9: 5:16 |
15 | 14 | }
|
16 | 15 |
|
17 | 16 | bb0: {
|
18 |
| -- StorageLive(_2); // scope 0 at $DIR/simple.rs:5:9: 5:16 |
19 |
| -- _2 = [const 0_u8; 1024]; // scope 0 at $DIR/simple.rs:5:19: 5:28 |
20 |
| -+ nop; // scope 0 at $DIR/simple.rs:5:9: 5:16 |
21 |
| -+ _0 = [const 0_u8; 1024]; // scope 0 at $DIR/simple.rs:5:19: 5:28 |
| 17 | + StorageLive(_2); // scope 0 at $DIR/simple.rs:5:9: 5:16 |
| 18 | + _2 = [const 0_u8; 1024]; // scope 0 at $DIR/simple.rs:5:19: 5:28 |
22 | 19 | StorageLive(_3); // scope 1 at $DIR/simple.rs:6:5: 6:19
|
23 | 20 | StorageLive(_4); // scope 1 at $DIR/simple.rs:6:5: 6:9
|
24 | 21 | _4 = _1; // scope 1 at $DIR/simple.rs:6:5: 6:9
|
25 | 22 | StorageLive(_5); // scope 1 at $DIR/simple.rs:6:10: 6:18
|
26 | 23 | StorageLive(_6); // scope 1 at $DIR/simple.rs:6:10: 6:18
|
27 |
| -- _6 = &mut _2; // scope 1 at $DIR/simple.rs:6:10: 6:18 |
28 |
| -+ _6 = &mut _0; // scope 1 at $DIR/simple.rs:6:10: 6:18 |
| 24 | + _6 = &mut _2; // scope 1 at $DIR/simple.rs:6:10: 6:18 |
29 | 25 | _5 = &mut (*_6); // scope 1 at $DIR/simple.rs:6:10: 6:18
|
30 | 26 | _3 = move _4(move _5) -> bb1; // scope 1 at $DIR/simple.rs:6:5: 6:19
|
31 | 27 | }
|
|
35 | 31 | StorageDead(_4); // scope 1 at $DIR/simple.rs:6:18: 6:19
|
36 | 32 | StorageDead(_6); // scope 1 at $DIR/simple.rs:6:19: 6:20
|
37 | 33 | StorageDead(_3); // scope 1 at $DIR/simple.rs:6:19: 6:20
|
38 |
| -- _0 = _2; // scope 1 at $DIR/simple.rs:7:5: 7:8 |
39 |
| -- StorageDead(_2); // scope 0 at $DIR/simple.rs:8:1: 8:2 |
40 |
| -+ nop; // scope 1 at $DIR/simple.rs:7:5: 7:8 |
41 |
| -+ nop; // scope 0 at $DIR/simple.rs:8:1: 8:2 |
| 34 | + _0 = _2; // scope 1 at $DIR/simple.rs:7:5: 7:8 |
| 35 | + StorageDead(_2); // scope 0 at $DIR/simple.rs:8:1: 8:2 |
42 | 36 | return; // scope 0 at $DIR/simple.rs:8:2: 8:2
|
43 | 37 | }
|
44 | 38 | }
|
|
0 commit comments