This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit b21c5cd
authored
Rollup merge of rust-lang#139798 - lcnr:where-bounds-gt-alias-bound, r=compiler-errors
normalize: prefer `ParamEnv` over `AliasBound` candidates
cc rust-lang/trait-system-refactor-initiative#175 not the only issue affecting bevy sadly
r? ``@compiler-errors``File tree
2 files changed
+59
-21
lines changed- compiler/rustc_next_trait_solver/src/solve/assembly
- tests/ui/traits/winnowing
2 files changed
+59
-21
lines changedLines changed: 30 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
795 | | - | |
796 | | - | |
797 | | - | |
798 | | - | |
799 | | - | |
800 | | - | |
801 | | - | |
802 | 795 | | |
803 | | - | |
804 | | - | |
805 | | - | |
806 | | - | |
807 | | - | |
808 | | - | |
809 | | - | |
810 | | - | |
811 | | - | |
812 | | - | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
813 | 822 | | |
814 | 823 | | |
815 | 824 | | |
816 | | - | |
| 825 | + | |
817 | 826 | | |
818 | | - | |
| 827 | + | |
819 | 828 | | |
820 | 829 | | |
821 | 830 | | |
822 | | - | |
| 831 | + | |
823 | 832 | | |
824 | 833 | | |
825 | | - | |
| 834 | + | |
826 | 835 | | |
827 | 836 | | |
828 | 837 | | |
| |||
Lines changed: 29 additions & 0 deletions
| 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 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments