rust/compiler/rustc_middle
Matthias Krüger 844e3fb928
Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr
Add `PolyExistentialPredicate` type alias

Wrapping `ExistentialPredicate`s in a binder is very common, and this alias already exists for the `PolyExistential{TraitRef,Projection}` types.
2022-11-21 14:11:11 +01:00
..
src Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr 2022-11-21 14:11:11 +01:00
Cargo.toml Fix doctest errors related to rustc_middle 2022-11-20 11:10:45 +09:00
README.md

For more information about how rustc works, see the rustc dev guide.