This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 28a53cd
committed
Auto merge of rust-lang#104533 - oli-obk:method_callee, r=lcnr
Clean up and harden various methods around trait substs
r? `@lcnr`File tree
61 files changed
+309
-350
lines changed- compiler
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_const_eval/src/transform/check_consts
- rustc_hir_analysis/src
- check
- coherence
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/traits
- rustc_lint/src
- rustc_middle/src
- mir
- ty
- rustc_mir_build/src
- build/matches
- thir
- cx
- pattern
- rustc_mir_dataflow/src
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_trait_selection/src
- traits
- error_reporting
- select
- rustc_traits/src/chalk
- rustc_ty_utils/src
- rustc_type_ir/src
- src
- librustdoc/clean
- test/ui/pattern/usefulness
- tools/clippy
- clippy_lints/src
- methods
- clippy_utils/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+309
-350
lines changedLines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
| 492 | + | |
498 | 493 | | |
499 | 494 | | |
500 | 495 | | |
| |||
1707 | 1702 | | |
1708 | 1703 | | |
1709 | 1704 | | |
1710 | | - | |
1711 | 1705 | | |
1712 | 1706 | | |
1713 | 1707 | | |
| |||
1716 | 1710 | | |
1717 | 1711 | | |
1718 | 1712 | | |
1719 | | - | |
| 1713 | + | |
1720 | 1714 | | |
1721 | 1715 | | |
1722 | 1716 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | | - | |
551 | | - | |
552 | | - | |
553 | | - | |
| 550 | + | |
554 | 551 | | |
555 | 552 | | |
556 | 553 | | |
| |||
1273 | 1270 | | |
1274 | 1271 | | |
1275 | 1272 | | |
1276 | | - | |
1277 | | - | |
1278 | | - | |
1279 | | - | |
| 1273 | + | |
| 1274 | + | |
1280 | 1275 | | |
1281 | 1276 | | |
1282 | 1277 | | |
| |||
1840 | 1835 | | |
1841 | 1836 | | |
1842 | 1837 | | |
| 1838 | + | |
1843 | 1839 | | |
1844 | 1840 | | |
1845 | 1841 | | |
| |||
1863 | 1859 | | |
1864 | 1860 | | |
1865 | 1861 | | |
1866 | | - | |
1867 | 1862 | | |
1868 | | - | |
1869 | | - | |
1870 | | - | |
1871 | | - | |
| 1863 | + | |
1872 | 1864 | | |
1873 | 1865 | | |
1874 | 1866 | | |
| |||
1881 | 1873 | | |
1882 | 1874 | | |
1883 | 1875 | | |
1884 | | - | |
1885 | | - | |
1886 | | - | |
1887 | | - | |
| 1876 | + | |
1888 | 1877 | | |
1889 | 1878 | | |
1890 | 1879 | | |
| |||
1896 | 1885 | | |
1897 | 1886 | | |
1898 | 1887 | | |
1899 | | - | |
1900 | | - | |
1901 | | - | |
1902 | | - | |
| 1888 | + | |
1903 | 1889 | | |
1904 | 1890 | | |
1905 | 1891 | | |
| |||
1996 | 1982 | | |
1997 | 1983 | | |
1998 | 1984 | | |
1999 | | - | |
2000 | | - | |
2001 | | - | |
2002 | | - | |
2003 | | - | |
| 1985 | + | |
| 1986 | + | |
| 1987 | + | |
2004 | 1988 | | |
2005 | 1989 | | |
2006 | 1990 | | |
| |||
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
158 | 156 | | |
159 | 157 | | |
160 | | - | |
| 158 | + | |
161 | 159 | | |
162 | 160 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
| 161 | + | |
167 | 162 | | |
168 | 163 | | |
169 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
70 | 67 | | |
71 | 68 | | |
72 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1722 | 1722 | | |
1723 | 1723 | | |
1724 | 1724 | | |
1725 | | - | |
| 1725 | + | |
1726 | 1726 | | |
1727 | 1727 | | |
1728 | 1728 | | |
| |||
1782 | 1782 | | |
1783 | 1783 | | |
1784 | 1784 | | |
1785 | | - | |
1786 | | - | |
1787 | | - | |
1788 | | - | |
| 1785 | + | |
1789 | 1786 | | |
1790 | 1787 | | |
1791 | 1788 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
319 | | - | |
| 318 | + | |
320 | 319 | | |
321 | 320 | | |
322 | 321 | | |
| |||
558 | 557 | | |
559 | 558 | | |
560 | 559 | | |
561 | | - | |
| 560 | + | |
562 | 561 | | |
563 | 562 | | |
564 | 563 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
543 | 543 | | |
544 | | - | |
545 | | - | |
546 | | - | |
| 544 | + | |
547 | 545 | | |
548 | 546 | | |
549 | 547 | | |
550 | | - | |
551 | | - | |
552 | | - | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
553 | 552 | | |
554 | 553 | | |
555 | 554 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
502 | 501 | | |
503 | 502 | | |
504 | | - | |
| 503 | + | |
505 | 504 | | |
506 | 505 | | |
507 | 506 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
630 | 630 | | |
631 | 631 | | |
632 | 632 | | |
633 | | - | |
634 | | - | |
| 633 | + | |
635 | 634 | | |
636 | 635 | | |
637 | 636 | | |
| |||
805 | 804 | | |
806 | 805 | | |
807 | 806 | | |
808 | | - | |
809 | | - | |
810 | | - | |
811 | | - | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
812 | 810 | | |
813 | 811 | | |
814 | 812 | | |
| |||
1086 | 1084 | | |
1087 | 1085 | | |
1088 | 1086 | | |
1089 | | - | |
1090 | | - | |
| 1087 | + | |
1091 | 1088 | | |
1092 | 1089 | | |
1093 | 1090 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1119 | 1119 | | |
1120 | 1120 | | |
1121 | 1121 | | |
1122 | | - | |
1123 | | - | |
| 1122 | + | |
1124 | 1123 | | |
1125 | 1124 | | |
1126 | 1125 | | |
| |||
0 commit comments