File tree
10 files changed
+17
-19
lines changed- compiler
- rustc_ast/src
- rustc_ast_passes/src
- rustc_lint
- src
- rustc_parse/src/parser
- tests/ui/lint
10 files changed
+17
-19
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2810 | 2810 |
| |
2811 | 2811 |
| |
2812 | 2812 |
| |
| 2813 | + | |
| 2814 | + | |
2813 | 2815 |
| |
2814 | 2816 |
| |
2815 | 2817 |
| |
|
Diff for: compiler/rustc_ast/src/mut_visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
525 | 525 |
| |
526 | 526 |
| |
527 | 527 |
| |
528 |
| - | |
| 528 | + | |
529 | 529 |
| |
530 | 530 |
| |
531 | 531 |
| |
|
Diff for: compiler/rustc_ast/src/visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
366 | 366 |
| |
367 | 367 |
| |
368 | 368 |
| |
369 |
| - | |
| 369 | + | |
370 | 370 |
| |
371 | 371 |
| |
372 | 372 |
| |
|
+6-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
677 | 677 |
| |
678 | 678 |
| |
679 | 679 |
| |
680 |
| - | |
681 |
| - | |
682 |
| - | |
| 680 | + | |
| 681 | + | |
683 | 682 |
| |
684 | 683 |
| |
685 | 684 |
| |
| |||
953 | 952 |
| |
954 | 953 |
| |
955 | 954 |
| |
956 |
| - | |
| 955 | + | |
957 | 956 |
| |
958 | 957 |
| |
959 | 958 |
| |
| |||
977 | 976 |
| |
978 | 977 |
| |
979 | 978 |
| |
980 |
| - | |
| 979 | + | |
981 | 980 |
| |
982 | 981 |
| |
983 | 982 |
| |
| |||
1350 | 1349 |
| |
1351 | 1350 |
| |
1352 | 1351 |
| |
1353 |
| - | |
| 1352 | + | |
1354 | 1353 |
| |
1355 | 1354 |
| |
1356 | 1355 |
| |
1357 | 1356 |
| |
1358 | 1357 |
| |
1359 |
| - | |
| 1358 | + | |
1360 | 1359 |
| |
1361 | 1360 |
| |
1362 | 1361 |
| |
|
Diff for: compiler/rustc_lint/messages.ftl
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
271 |
| - | |
| 271 | + | |
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
|
Diff for: compiler/rustc_lint/src/lints.rs
+1-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2738 | 2738 |
| |
2739 | 2739 |
| |
2740 | 2740 |
| |
2741 |
| - | |
2742 | 2741 |
| |
2743 |
| - | |
| 2742 | + | |
2744 | 2743 |
| |
2745 |
| - | |
2746 | 2744 |
| |
2747 | 2745 |
| |
2748 | 2746 |
| |
|
Diff for: compiler/rustc_parse/src/parser/item.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1194 | 1194 |
| |
1195 | 1195 |
| |
1196 | 1196 |
| |
| 1197 | + | |
1197 | 1198 |
| |
1198 | 1199 |
| |
1199 | 1200 |
| |
| |||
1205 | 1206 |
| |
1206 | 1207 |
| |
1207 | 1208 |
| |
| 1209 | + | |
1208 | 1210 |
| |
1209 | 1211 |
| |
1210 | 1212 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
|
0 commit comments