mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-08 02:08:10 +00:00
Add `PolyExistentialPredicate` type alias
Wrapping `ExistentialPredicate`s in a binder is very common, and this alias already exists for the `PolyExistential{TraitRef,Projection}` types.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.