mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
2fce4af463
Normalize individual predicate of `InstantiatedPredicates` inside `predicates_for_generics` This is a cleanup to better land rust-lang/rust#155083. It allows us to wrap individual clause in `Unnormalized` wrapper. See [this comment](https://github.com/rust-lang/rust/pull/155083#discussion_r3072219035) Besides that, this PR also adds missing normalization in some cases. r? @lcnr