mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-09 02:50:10 +00:00
Introduce SolverRelating type relation to the new solver Redux of #128744. Splits out relate for the new solver so that implementors don't need to implement it themselves. r? lcnr