This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 19dacee
committed
Auto merge of rust-lang#124982 - compiler-errors:uplift-trait-ref, r=lcnr
Uplift `TraitRef` into `rustc_type_ir`
Emotional rollercoaster
r? lcnrFile tree
55 files changed
+492
-313
lines changed- compiler
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_const_eval/src/transform/check_consts
- rustc_errors/src
- rustc_hir_analysis/src
- coherence
- hir_ty_lowering
- rustc_hir_typeck/src
- method
- rustc_infer/src/infer/error_reporting
- nice_region_error
- rustc_lint/src
- rustc_macros/src
- rustc_middle/src
- ty
- print
- rustc_monomorphize/src
- rustc_next_trait_solver/src
- rustc_privacy/src
- rustc_trait_selection/src
- solve
- normalizes_to
- traits
- error_reporting
- query/type_op
- select
- specialize
- rustc_traits/src
- rustc_type_ir/src
- src
- librustdoc/html/render
- tools/clippy
- clippy_lints/src
- 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.
55 files changed
+492
-313
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
535 | | - | |
536 | | - | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
537 | 540 | | |
538 | 541 | | |
539 | 542 | | |
| |||
1273 | 1276 | | |
1274 | 1277 | | |
1275 | 1278 | | |
1276 | | - | |
| 1279 | + | |
1277 | 1280 | | |
1278 | | - | |
1279 | | - | |
| 1281 | + | |
1280 | 1282 | | |
1281 | 1283 | | |
1282 | 1284 | | |
| |||
1925 | 1927 | | |
1926 | 1928 | | |
1927 | 1929 | | |
1928 | | - | |
1929 | | - | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
| 1933 | + | |
| 1934 | + | |
1930 | 1935 | | |
1931 | 1936 | | |
1932 | 1937 | | |
| |||
1939 | 1944 | | |
1940 | 1945 | | |
1941 | 1946 | | |
1942 | | - | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
1943 | 1952 | | |
1944 | 1953 | | |
1945 | 1954 | | |
| |||
1952 | 1961 | | |
1953 | 1962 | | |
1954 | 1963 | | |
1955 | | - | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
1956 | 1969 | | |
1957 | 1970 | | |
1958 | 1971 | | |
| |||
2050 | 2063 | | |
2051 | 2064 | | |
2052 | 2065 | | |
2053 | | - | |
| 2066 | + | |
2054 | 2067 | | |
2055 | | - | |
2056 | | - | |
| 2068 | + | |
2057 | 2069 | | |
2058 | 2070 | | |
2059 | 2071 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
97 | 103 | | |
98 | 104 | | |
99 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
| 761 | + | |
762 | 762 | | |
763 | | - | |
764 | | - | |
| 763 | + | |
765 | 764 | | |
766 | 765 | | |
767 | 766 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments