File tree
34 files changed
+305
-232
lines changed- compiler
- rustc_lint
- src
- rustc_mir_transform/src
- rustc_next_trait_solver/src
- rustc_resolve/src
- rustc_target/src/spec/targets
- rustc_type_ir/src
- library
- alloc/src/collections/btree
- core/src
- array
- future
- intrinsics
- macros
- std
- src
- io
- sync/mpmc
- sys/pal
- uefi
- unix
- src/librustdoc/html
- render
- static/css
- tests
- run-make/rustdoc-output-stdout
- rustdoc-gui
- src/lib2
- ui/async-await/async-closures
- ui-fulldeps/internal-lints
34 files changed
+305
-232
lines changedDiff for: compiler/rustc_lint/messages.ftl
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
783 | 783 |
| |
784 | 784 |
| |
785 | 785 |
| |
| 786 | + | |
| 787 | + | |
| 788 | + | |
786 | 789 |
| |
787 | 790 |
| |
788 | 791 |
| |
|
Diff for: compiler/rustc_lint/src/internal.rs
+28-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
280 |
| - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
281 | 291 |
| |
282 | 292 |
| |
283 | 293 |
| |
284 | 294 |
| |
285 | 295 |
| |
286 | 296 |
| |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
287 | 313 |
| |
288 | 314 |
| |
289 | 315 |
| |
|
Diff for: compiler/rustc_lint/src/lints.rs
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
918 | 918 |
| |
919 | 919 |
| |
920 | 920 |
| |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
921 | 926 |
| |
922 | 927 |
| |
923 | 928 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
+11-18
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
58 | 51 |
| |
59 | 52 |
| |
60 | 53 |
| |
|
0 commit comments