mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-13 07:48:25 +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.