Commit 9543f8e
File tree
Expand file treeCollapse file tree
19 files changed
+220
-15
lines changedFilter options
- compiler
- rustc_lint
- src
- rustc_span/src
- library
- core/src/convert
- std/src
- os/fd
- sys/pal/unix/process
- sys_common
- src/tools/clippy/tests/ui
- tests
- rustdoc-ui
- error-in-impl-trait
- issues
- ui
- deriving/auxiliary
- macros
Expand file treeCollapse file tree
19 files changed
+220
-15
lines changedcompiler/rustc_lint/messages.ftl
Copy file name to clipboardExpand all lines: compiler/rustc_lint/messages.ftl+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
740 | 740 |
|
741 | 741 |
|
742 | 742 |
|
| 743 | + |
| 744 | + |
743 | 745 |
|
744 | 746 |
|
745 | 747 |
|
|
compiler/rustc_lint/src/builtin.rs
Copy file name to clipboardExpand all lines: compiler/rustc_lint/src/builtin.rs+115-1Lines changed: 115 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| ||
1588 | 1588 |
|
1589 | 1589 |
|
1590 | 1590 |
|
| 1591 | + |
1591 | 1592 |
|
1592 | 1593 |
|
1593 | 1594 |
|
| ||
3062 | 3063 |
|
3063 | 3064 |
|
3064 | 3065 |
|
| 3066 | + |
| 3067 | + |
| 3068 | + |
| 3069 | + |
| 3070 | + |
| 3071 | + |
| 3072 | + |
| 3073 | + |
| 3074 | + |
| 3075 | + |
| 3076 | + |
| 3077 | + |
| 3078 | + |
| 3079 | + |
| 3080 | + |
| 3081 | + |
| 3082 | + |
| 3083 | + |
| 3084 | + |
| 3085 | + |
| 3086 | + |
| 3087 | + |
| 3088 | + |
| 3089 | + |
| 3090 | + |
| 3091 | + |
| 3092 | + |
| 3093 | + |
| 3094 | + |
| 3095 | + |
| 3096 | + |
| 3097 | + |
| 3098 | + |
| 3099 | + |
| 3100 | + |
| 3101 | + |
| 3102 | + |
| 3103 | + |
| 3104 | + |
| 3105 | + |
| 3106 | + |
| 3107 | + |
| 3108 | + |
| 3109 | + |
| 3110 | + |
| 3111 | + |
| 3112 | + |
| 3113 | + |
| 3114 | + |
| 3115 | + |
| 3116 | + |
| 3117 | + |
| 3118 | + |
| 3119 | + |
| 3120 | + |
| 3121 | + |
| 3122 | + |
| 3123 | + |
| 3124 | + |
| 3125 | + |
| 3126 | + |
| 3127 | + |
| 3128 | + |
| 3129 | + |
| 3130 | + |
| 3131 | + |
| 3132 | + |
| 3133 | + |
| 3134 | + |
| 3135 | + |
| 3136 | + |
| 3137 | + |
| 3138 | + |
| 3139 | + |
| 3140 | + |
| 3141 | + |
| 3142 | + |
| 3143 | + |
| 3144 | + |
| 3145 | + |
| 3146 | + |
| 3147 | + |
| 3148 | + |
| 3149 | + |
| 3150 | + |
| 3151 | + |
| 3152 | + |
| 3153 | + |
| 3154 | + |
| 3155 | + |
| 3156 | + |
| 3157 | + |
| 3158 | + |
| 3159 | + |
| 3160 | + |
| 3161 | + |
| 3162 | + |
| 3163 | + |
| 3164 | + |
| 3165 | + |
| 3166 | + |
| 3167 | + |
| 3168 | + |
| 3169 | + |
| 3170 | + |
| 3171 | + |
| 3172 | + |
| 3173 | + |
| 3174 | + |
| 3175 | + |
| 3176 | + |
| 3177 | + |
| 3178 | + |
compiler/rustc_lint/src/lib.rs
Copy file name to clipboardExpand all lines: compiler/rustc_lint/src/lib.rs+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
191 |
| - |
| 191 | + |
192 | 192 |
|
193 | 193 |
|
194 | 194 |
|
| ||
206 | 206 |
|
207 | 207 |
|
208 | 208 |
|
| 209 | + |
209 | 210 |
|
210 | 211 |
|
211 | 212 |
|
| ||
275 | 276 |
|
276 | 277 |
|
277 | 278 |
|
| 279 | + |
278 | 280 |
|
279 | 281 |
|
280 | 282 |
|
| ||
305 | 307 |
|
306 | 308 |
|
307 | 309 |
|
| 310 | + |
308 | 311 |
|
309 | 312 |
|
310 | 313 |
|
|
compiler/rustc_lint/src/lints.rs
Copy file name to clipboardExpand all lines: compiler/rustc_lint/src/lints.rs+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
74 | 81 |
|
75 | 82 |
|
76 | 83 |
|
|
compiler/rustc_lint/src/passes.rs
Copy file name to clipboardExpand all lines: compiler/rustc_lint/src/passes.rs+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
| 98 | + |
99 | 99 |
|
100 |
| - |
101 |
| - |
| 100 | + |
| 101 | + |
102 | 102 |
|
103 | 103 |
|
104 |
| - |
| 104 | + |
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
| ||
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 |
| - |
| 118 | + |
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
123 |
| - |
| 123 | + |
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
|
compiler/rustc_span/src/symbol.rs
Copy file name to clipboardExpand all lines: compiler/rustc_span/src/symbol.rs+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1119 | 1119 |
|
1120 | 1120 |
|
1121 | 1121 |
|
| 1122 | + |
1122 | 1123 |
|
1123 | 1124 |
|
1124 | 1125 |
|
|
library/core/src/convert/mod.rs
Copy file name to clipboardExpand all lines: library/core/src/convert/mod.rs+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
446 | 446 |
|
447 | 447 |
|
448 | 448 |
|
| 449 | + |
449 | 450 |
|
450 | 451 |
|
451 | 452 |
|
|
library/std/src/os/fd/owned.rs
Copy file name to clipboardExpand all lines: library/std/src/os/fd/owned.rs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
|
library/std/src/sys/pal/unix/process/process_unix.rs
Copy file name to clipboardExpand all lines: library/std/src/sys/pal/unix/process/process_unix.rs+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
285 | 285 |
|
286 | 286 |
|
287 | 287 |
|
| 288 | + |
288 | 289 |
|
289 | 290 |
|
290 | 291 |
|
|
library/std/src/sys_common/process.rs
Copy file name to clipboardExpand all lines: library/std/src/sys_common/process.rs+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
|
src/tools/clippy/tests/ui/needless_return_with_question_mark.fixed
Copy file name to clipboardExpand all lines: src/tools/clippy/tests/ui/needless_return_with_question_mark.fixed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
|
src/tools/clippy/tests/ui/needless_return_with_question_mark.rs
Copy file name to clipboardExpand all lines: src/tools/clippy/tests/ui/needless_return_with_question_mark.rs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
|
src/tools/clippy/tests/ui/useless_conversion.stderr
Copy file name to clipboardExpand all lines: src/tools/clippy/tests/ui/useless_conversion.stderr+73-1Lines changed: 73 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
19 | 27 |
|
20 | 28 |
|
21 | 29 |
|
22 | 30 |
|
23 | 31 |
|
24 | 32 |
|
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
25 | 39 |
|
26 | 40 |
|
27 | 41 |
|
| ||
58 | 72 |
|
59 | 73 |
|
60 | 74 |
|
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
61 | 81 |
|
62 | 82 |
|
63 | 83 |
|
| ||
94 | 114 |
|
95 | 115 |
|
96 | 116 |
|
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
97 | 123 |
|
98 | 124 |
|
99 | 125 |
|
| ||
106 | 132 |
|
107 | 133 |
|
108 | 134 |
|
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
109 | 141 |
|
110 | 142 |
|
111 | 143 |
|
| ||
274 | 306 |
|
275 | 307 |
|
276 | 308 |
|
277 |
| - |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
278 | 350 |
|
0 commit comments