Commit 690ff04
committed
Auto merge of #45611 - Manishearth:lint-generics, r=petrochenkov
Add generics to LateContext
Fixes clippy breakage from #44766 as discussed in rust-lang/rust-clippy#2140 (comment)
r? @nikomatsakisFile tree
5 files changed
+36
-3
lines changed- src
- librustc
- hir
- lint
- tools
5 files changed
+36
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1854 | 1854 | | |
1855 | 1855 | | |
1856 | 1856 | | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
1857 | 1870 | | |
1858 | 1871 | | |
1859 | 1872 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
355 | 358 | | |
356 | 359 | | |
357 | 360 | | |
| |||
646 | 649 | | |
647 | 650 | | |
648 | 651 | | |
| 652 | + | |
| 653 | + | |
649 | 654 | | |
650 | 655 | | |
651 | 656 | | |
652 | 657 | | |
653 | 658 | | |
654 | 659 | | |
655 | | - | |
| 660 | + | |
| 661 | + | |
656 | 662 | | |
657 | 663 | | |
658 | 664 | | |
| |||
774 | 780 | | |
775 | 781 | | |
776 | 782 | | |
| 783 | + | |
| 784 | + | |
777 | 785 | | |
778 | 786 | | |
779 | 787 | | |
780 | 788 | | |
781 | 789 | | |
782 | 790 | | |
783 | 791 | | |
| 792 | + | |
784 | 793 | | |
785 | 794 | | |
786 | 795 | | |
| 796 | + | |
| 797 | + | |
787 | 798 | | |
788 | 799 | | |
789 | 800 | | |
790 | 801 | | |
791 | 802 | | |
792 | 803 | | |
793 | 804 | | |
| 805 | + | |
794 | 806 | | |
795 | 807 | | |
796 | 808 | | |
| |||
991 | 1003 | | |
992 | 1004 | | |
993 | 1005 | | |
| 1006 | + | |
994 | 1007 | | |
995 | 1008 | | |
996 | 1009 | | |
| |||
Submodule clippy updated from 281bd79 to f76225e
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments