chalkify: Implement lowering rule Implied-Bound-From-Trait For #49177. TODO: - [x] Implement where clauses besides trait and projection predicates - [x] Is the output of the `lower_trait_higher_rank` test correct? - [ ] Remove `Self::Trait` from the query `tcx.predicates_of(<trait_id>).predicates` - [ ] Consider moving tests to compile-fail to make them more manageable |
||
|---|---|---|
| .. | ||
| Cargo.toml | ||
| dropck_outlives.rs | ||
| lib.rs | ||
| lowering.rs | ||
| normalize_erasing_regions.rs | ||
| normalize_projection_ty.rs | ||
| util.rs | ||