This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 6d565b7
committed
Auto merge of rust-lang#132325 - lcnr:damn-son, r=<try>
rework winnowing to sensibly handle global where-bounds
this is somewhat weird, but it at least allows us to mirror this behavior in the new solver:
- trivial builtin-impls
- non-global where-bounds, bailing with ambiguity if at least one global where-bound exists
- object ☠️ + alias-bound candidates
- merge candidates ignoring global where-bounds
r? `@compiler-errors`2 files changed
+230
-304
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments