File tree
24 files changed
+125
-43
lines changed- compiler
- rustc_lint/src
- rustc_middle/src/ty
- rustc_resolve/src/late
- src/tools
- rustfmt
- src
- tests/target
- tidy/src
- tests/ui
- closures
- consts
- extern
- fmt
- hygiene
- inference
- lifetimes
- lint
- resolve
- span
- traits
24 files changed
+125
-43
lines changedDiff for: compiler/rustc_lint/src/unused.rs
+12-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
651 | 651 |
| |
652 | 652 |
| |
653 | 653 |
| |
| 654 | + | |
654 | 655 |
| |
655 |
| - | |
656 | 656 |
| |
| 657 | + | |
| 658 | + | |
657 | 659 |
| |
658 | 660 |
| |
659 | 661 |
| |
| |||
662 | 664 |
| |
663 | 665 |
| |
664 | 666 |
| |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
665 | 674 |
| |
666 | 675 |
| |
667 | 676 |
| |
| |||
1007 | 1016 |
| |
1008 | 1017 |
| |
1009 | 1018 |
| |
1010 |
| - | |
1011 |
| - | |
| 1019 | + | |
1012 | 1020 |
| |
1013 | 1021 |
| |
1014 | 1022 |
| |
| |||
1334 | 1342 |
| |
1335 | 1343 |
| |
1336 | 1344 |
| |
1337 |
| - | |
| 1345 | + | |
1338 | 1346 |
| |
1339 | 1347 |
| |
1340 | 1348 |
| |
|
Diff for: compiler/rustc_middle/src/ty/context.rs
+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1053 | 1053 |
| |
1054 | 1054 |
| |
1055 | 1055 |
| |
1056 |
| - | |
1057 |
| - | |
1058 |
| - | |
1059 |
| - | |
1060 |
| - | |
1061 |
| - | |
1062 | 1056 |
| |
1063 | 1057 |
| |
1064 | 1058 |
| |
| |||
1087 | 1081 |
| |
1088 | 1082 |
| |
1089 | 1083 |
| |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
1090 | 1090 |
| |
1091 | 1091 |
| |
1092 | 1092 |
| |
|
Diff for: compiler/rustc_middle/src/ty/sty.rs
+14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2373 | 2373 |
| |
2374 | 2374 |
| |
2375 | 2375 |
| |
| 2376 | + | |
| 2377 | + | |
| 2378 | + | |
| 2379 | + | |
| 2380 | + | |
| 2381 | + | |
| 2382 | + | |
| 2383 | + | |
| 2384 | + | |
| 2385 | + | |
| 2386 | + | |
| 2387 | + | |
| 2388 | + | |
| 2389 | + | |
2376 | 2390 |
| |
2377 | 2391 |
| |
2378 | 2392 |
| |
|
+39-23
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
460 | 460 |
| |
461 | 461 |
| |
462 | 462 |
| |
463 |
| - | |
| 463 | + | |
464 | 464 |
| |
465 | 465 |
| |
466 | 466 |
| |
| |||
473 | 473 |
| |
474 | 474 |
| |
475 | 475 |
| |
476 |
| - | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
477 | 480 |
| |
478 |
| - | |
479 |
| - | |
| 481 | + | |
480 | 482 |
| |
481 | 483 |
| |
482 | 484 |
| |
| |||
872 | 874 |
| |
873 | 875 |
| |
874 | 876 |
| |
875 |
| - | |
876 |
| - | |
877 |
| - | |
878 |
| - | |
879 |
| - | |
880 |
| - | |
881 |
| - | |
882 |
| - | |
883 |
| - | |
884 |
| - | |
885 |
| - | |
886 |
| - | |
887 |
| - | |
888 |
| - | |
889 |
| - | |
890 |
| - | |
891 |
| - | |
892 |
| - | |
893 |
| - | |
894 | 877 |
| |
895 | 878 |
| |
896 | 879 |
| |
| |||
918 | 901 |
| |
919 | 902 |
| |
920 | 903 |
| |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
921 | 937 |
| |
922 | 938 |
| |
923 | 939 |
| |
|
Diff for: src/tools/rustfmt/src/types.rs
+15-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
537 | 537 |
| |
538 | 538 |
| |
539 | 539 |
| |
540 |
| - | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
541 | 548 |
| |
542 | 549 |
| |
543 |
| - | |
| 550 | + | |
544 | 551 |
| |
545 | 552 |
| |
546 | 553 |
| |
547 |
| - | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
548 | 559 |
| |
549 | 560 |
| |
550 | 561 |
| |
551 |
| - | |
| 562 | + | |
552 | 563 |
| |
553 | 564 |
| |
554 | 565 |
| |
|
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
Diff for: src/tools/tidy/src/ui_tests.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Diff for: tests/ui/lint/issue-121070-let-range.rs
+16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + |
File renamed without changes.
Diff for: tests/ui/resolve/issue-120559.rs
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Diff for: tests/ui/resolve/issue-120559.stderr
+14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + |
Diff for: tests/ui/span/issue-35987.stderr
-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 | 11 |
| |
17 | 12 |
| |
18 | 13 |
| |
|
File renamed without changes.
0 commit comments