mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 22:36:43 +00:00
resolve before canonicalization in new solver, ICE if unresolved Fold the values with a resolver before canonicalization instead of making it happen within canonicalization. This allows us to filter trivial region constraints from the external constraints. r? ``@lcnr``