about summary refs log tree commit diff
path: root/tests/ui/traits/winnowing
AgeCommit message (Collapse)AuthorLines
2025-04-15Rollup merge of #139798 - lcnr:where-bounds-gt-alias-bound, r=compiler-errorsStuart Cook-0/+29
normalize: prefer `ParamEnv` over `AliasBound` candidates cc https://github.com/rust-lang/trait-system-refactor-initiative/issues/175 not the only issue affecting bevy sadly r? ``@compiler-errors``
2025-04-14normalize: prefer ParamEnv over AliasBoundlcnr-0/+29
2025-04-14drop global where-bounds before merging candidateslcnr-0/+62
2024-12-18add testslcnr-0/+12
2024-12-17consistently handle global where-boundslcnr-36/+6
2024-12-17add testslcnr-0/+109