File tree
10 files changed
+40
-16
lines changed- compiler
- rustc_ast_passes
- src
- rustc_lint
- src
- context
- rustc_lint_defs/src
- tests/ui/rust-2024/unsafe-extern-blocks
10 files changed
+40
-16
lines changedDiff for: compiler/rustc_ast_passes/messages.ftl
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
| 180 | + | |
| 181 | + | |
180 | 182 |
| |
181 | 183 |
| |
182 | 184 |
| |
|
+13-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1044 | 1044 |
| |
1045 | 1045 |
| |
1046 | 1046 |
| |
1047 |
| - | |
1048 |
| - | |
1049 |
| - | |
1050 |
| - | |
1051 |
| - | |
1052 |
| - | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
1053 | 1060 |
| |
1054 | 1061 |
| |
1055 | 1062 |
| |
|
Diff for: compiler/rustc_ast_passes/src/errors.rs
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
494 | 494 |
| |
495 | 495 |
| |
496 | 496 |
| |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
497 | 504 |
| |
498 | 505 |
| |
499 | 506 |
| |
|
Diff for: compiler/rustc_lint/messages.ftl
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
463 | 463 |
| |
464 | 464 |
| |
465 | 465 |
| |
| 466 | + | |
466 | 467 |
| |
467 | 468 |
| |
468 | 469 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
208 |
| - | |
209 |
| - | |
| 208 | + | |
| 209 | + | |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
|
Diff for: compiler/rustc_lint/src/lints.rs
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2740 | 2740 |
| |
2741 | 2741 |
| |
2742 | 2742 |
| |
2743 |
| - | |
| 2743 | + | |
| 2744 | + | |
| 2745 | + | |
| 2746 | + | |
2744 | 2747 |
| |
2745 | 2748 |
| |
2746 | 2749 |
| |
|
Diff for: compiler/rustc_lint_defs/src/builtin.rs
+6-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4858 | 4858 |
| |
4859 | 4859 |
| |
4860 | 4860 |
| |
4861 |
| - | |
| 4861 | + | |
4862 | 4862 |
| |
| 4863 | + | |
4863 | 4864 |
| |
4864 | 4865 |
| |
4865 | 4866 |
| |
| |||
4883 | 4884 |
| |
4884 | 4885 |
| |
4885 | 4886 |
| |
4886 |
| - | |
| 4887 | + | |
| 4888 | + | |
| 4889 | + | |
| 4890 | + | |
4887 | 4891 |
|
Diff for: compiler/rustc_lint_defs/src/lib.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
630 | 630 |
| |
631 | 631 |
| |
632 | 632 |
| |
633 |
| - | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
634 | 636 |
| |
635 | 637 |
| |
636 | 638 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
0 commit comments