mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +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``