File tree
18 files changed
+488
-670
lines changed- compiler
- rustc_errors/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_middle/src
- dep_graph
- query
- ty
- rustc_query_impl/src
- rustc_query_system/src/dep_graph
- src/test/ui
- feature-gates
- lint/rfc-2383-lint-reason
18 files changed
+488
-670
lines changedDiff for: compiler/rustc_errors/src/diagnostic.rs
+2-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
338 | 338 |
| |
339 | 339 |
| |
340 | 340 |
| |
341 |
| - | |
| 341 | + | |
342 | 342 |
| |
343 |
| - | |
344 |
| - | |
| 343 | + | |
345 | 344 |
| |
346 | 345 |
| |
347 | 346 |
| |
|
Diff for: compiler/rustc_errors/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1171 | 1171 |
| |
1172 | 1172 |
| |
1173 | 1173 |
| |
1174 |
| - | |
| 1174 | + | |
1175 | 1175 |
| |
1176 | 1176 |
| |
1177 | 1177 |
| |
|
Diff for: compiler/rustc_lint/src/context.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
560 | 560 |
| |
561 | 561 |
| |
562 | 562 |
| |
563 |
| - | |
| 563 | + | |
564 | 564 |
| |
565 | 565 |
| |
566 | 566 |
| |
|
Diff for: compiler/rustc_lint/src/early.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 | 62 |
| |
64 | 63 |
| |
65 | 64 |
| |
|
Diff for: compiler/rustc_lint/src/expect.rs
+1-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 | 19 |
| |
21 |
| - | |
22 |
| - | |
| 20 | + | |
23 | 21 |
| |
24 | 22 |
| |
25 | 23 |
| |
|
0 commit comments