File tree
10 files changed
+32
-19
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_parse/src/parser
- src/tools
- clippy
- clippy_lints/src
- clippy_utils/src
- rustfmt/src
10 files changed
+32
-19
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+7-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2667 | 2667 |
| |
2668 | 2668 |
| |
2669 | 2669 |
| |
2670 |
| - | |
2671 |
| - | |
| 2670 | + | |
| 2671 | + | |
2672 | 2672 |
| |
2673 | 2673 |
| |
2674 | 2674 |
| |
2675 |
| - | |
2676 |
| - | |
| 2675 | + | |
| 2676 | + | |
| 2677 | + | |
| 2678 | + | |
| 2679 | + | |
2677 | 2680 |
| |
2678 | 2681 |
| |
2679 | 2682 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/item.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1272 | 1272 |
| |
1273 | 1273 |
| |
1274 | 1274 |
| |
1275 |
| - | |
1276 |
| - | |
| 1275 | + | |
| 1276 | + | |
1277 | 1277 |
| |
1278 | 1278 |
| |
1279 | 1279 |
| |
|
+4-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
630 | 630 |
| |
631 | 631 |
| |
632 | 632 |
| |
633 |
| - | |
| 633 | + | |
| 634 | + | |
634 | 635 |
| |
635 | 636 |
| |
636 | 637 |
| |
| |||
842 | 843 |
| |
843 | 844 |
| |
844 | 845 |
| |
845 |
| - | |
| 846 | + | |
846 | 847 |
| |
847 | 848 |
| |
848 | 849 |
| |
| |||
1556 | 1557 |
| |
1557 | 1558 |
| |
1558 | 1559 |
| |
1559 |
| - | |
| 1560 | + | |
1560 | 1561 |
| |
1561 | 1562 |
| |
1562 | 1563 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
286 |
| - | |
| 286 | + | |
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1734 | 1734 |
| |
1735 | 1735 |
| |
1736 | 1736 |
| |
1737 |
| - | |
| 1737 | + | |
1738 | 1738 |
| |
1739 | 1739 |
| |
1740 |
| - | |
| 1740 | + | |
1741 | 1741 |
| |
1742 | 1742 |
| |
1743 | 1743 |
| |
|
Diff for: compiler/rustc_parse/src/parser/mod.rs
+10-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1353 | 1353 |
| |
1354 | 1354 |
| |
1355 | 1355 |
| |
1356 |
| - | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
1357 | 1366 |
| |
1358 | 1367 |
| |
1359 | 1368 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
600 | 600 |
| |
601 | 601 |
| |
602 | 602 |
| |
603 |
| - | |
604 |
| - | |
| 603 | + | |
| 604 | + | |
605 | 605 |
| |
606 | 606 |
| |
607 | 607 |
| |
|
Diff for: src/tools/rustfmt/src/items.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 |
| - | |
| 151 | + | |
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
|
Diff for: src/tools/rustfmt/src/utils.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
142 |
| - | |
| 141 | + | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
|
0 commit comments