mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
733f93d60c
Gracefully handle non-WF alias in `assemble_alias_bound_candidates_recur` See explanation in test. I think it's fine to delay a bug here -- I don't believe we ever construct a non-wf alias on the good path? If so, then we can just remove the delay. Fixes #120891 r? lcnr