mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
0e0dac2efc
move GAT inference prevention hack The structure of `fn assemble_and_merge_candidates` is quite messy and the differences between `Host` and `NormalizesTo` goals is large enough that we should split them entirely. Intend to change this for https://github.com/rust-lang/trait-system-refactor-initiative/issues/245 by mentoring someone: https://rust-lang.zulipchat.com/#narrow/channel/364551-t-types.2Ftrait-system-refactor/topic/ask.20for.20help/near/554696331. Think it's still fine to merge this PR without that larger change. fixes https://github.com/rust-lang/trait-system-refactor-initiative/issues/256 r? `@BoxyUwU`