File tree
8 files changed
+26
-23
lines changed- compiler
- rustc_lint_defs/src
- rustc_middle/src
- mir/interpret
- ty
- rustc_passes/src
- rustc_resolve/src/late
- rustc_typeck/src
- check
- coherence
- structured_errors
8 files changed
+26
-23
lines changedDiff for: compiler/rustc_lint_defs/src/lib.rs
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
23 | 29 |
| |
24 | 30 |
| |
25 | 31 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
400 | 400 |
| |
401 | 401 |
| |
402 | 402 |
| |
403 |
| - | |
| 403 | + | |
404 | 404 |
| |
405 | 405 |
| |
406 | 406 |
| |
|
Diff for: compiler/rustc_middle/src/ty/error.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
847 | 847 |
| |
848 | 848 |
| |
849 | 849 |
| |
850 |
| - | |
| 850 | + | |
851 | 851 |
| |
852 | 852 |
| |
853 | 853 |
| |
|
Diff for: compiler/rustc_passes/src/check_attr.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1410 | 1410 |
| |
1411 | 1411 |
| |
1412 | 1412 |
| |
1413 |
| - | |
| 1413 | + | |
1414 | 1414 |
| |
1415 | 1415 |
| |
1416 | 1416 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
504 | 504 |
| |
505 | 505 |
| |
506 | 506 |
| |
507 |
| - | |
508 |
| - | |
509 |
| - | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
510 | 510 |
| |
511 | 511 |
| |
512 | 512 |
| |
|
Diff for: compiler/rustc_typeck/src/check/pat.rs
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1761 | 1761 |
| |
1762 | 1762 |
| |
1763 | 1763 |
| |
1764 |
| - | |
| 1764 | + | |
1765 | 1765 |
| |
1766 | 1766 |
| |
1767 | 1767 |
| |
| |||
1780 | 1780 |
| |
1781 | 1781 |
| |
1782 | 1782 |
| |
1783 |
| - | |
1784 |
| - | |
1785 |
| - | |
1786 |
| - | |
| 1783 | + | |
| 1784 | + | |
| 1785 | + | |
| 1786 | + | |
1787 | 1787 |
| |
1788 | 1788 |
| |
1789 | 1789 |
| |
|
+3-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
410 | 410 |
| |
411 | 411 |
| |
412 | 412 |
| |
413 |
| - | |
414 | 413 |
| |
415 | 414 |
| |
416 | 415 |
| |
| |||
427 | 426 |
| |
428 | 427 |
| |
429 | 428 |
| |
430 |
| - | |
| 429 | + | |
431 | 430 |
| |
432 |
| - | |
| 431 | + | |
433 | 432 |
| |
434 | 433 |
| |
435 | 434 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
657 | 657 |
| |
658 | 658 |
| |
659 | 659 |
| |
660 |
| - | |
661 |
| - | |
662 |
| - | |
663 |
| - | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
664 | 663 |
| |
665 | 664 |
| |
666 | 665 |
| |
| |||
700 | 699 |
| |
701 | 700 |
| |
702 | 701 |
| |
703 |
| - | |
704 |
| - | |
705 |
| - | |
706 |
| - | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
707 | 705 |
| |
708 | 706 |
| |
709 | 707 |
| |
|
0 commit comments