File tree
3 files changed
+6
-20
lines changed- compiler
- rustc_ast_lowering/src
- rustc_passes/src
- rustc_resolve/src
3 files changed
+6
-20
lines changedDiff for: compiler/rustc_ast_lowering/src/lib.rs
+1-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1496 | 1496 |
| |
1497 | 1497 |
| |
1498 | 1498 |
| |
1499 |
| - | |
1500 |
| - | |
1501 |
| - | |
1502 |
| - | |
1503 |
| - | |
1504 |
| - | |
1505 |
| - | |
| 1499 | + | |
1506 | 1500 |
| |
1507 | 1501 |
| |
1508 | 1502 |
| |
|
Diff for: compiler/rustc_passes/src/liveness.rs
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| |||
1481 | 1481 |
| |
1482 | 1482 |
| |
1483 | 1483 |
| |
1484 |
| - | |
1485 |
| - | |
1486 |
| - | |
1487 | 1484 |
| |
1488 | 1485 |
| |
1489 | 1486 |
| |
|
Diff for: compiler/rustc_resolve/src/late.rs
+4-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3999 | 3999 |
| |
4000 | 4000 |
| |
4001 | 4001 |
| |
4002 |
| - | |
4003 |
| - | |
4004 |
| - | |
4005 |
| - | |
4006 |
| - | |
| 4002 | + | |
| 4003 | + | |
4007 | 4004 |
| |
4008 | 4005 |
| |
4009 | 4006 |
| |
4010 | 4007 |
| |
4011 | 4008 |
| |
4012 | 4009 |
| |
| 4010 | + | |
4013 | 4011 |
| |
4014 |
| - | |
4015 |
| - | |
4016 |
| - | |
4017 |
| - | |
| 4012 | + | |
4018 | 4013 |
| |
4019 | 4014 |
| |
4020 | 4015 |
| |
|
0 commit comments