mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
3436069c34
Make `Bound::predicates` use `Clause` Part of #107250 `Bound::predicates` returns an iterator over `Binder<_, Clause>` instead of `Predicate`. I tried updating `explicit_predicates_of` as well, but it seems that it needs a lot more change than I thought. Will do it in a separate PR instead.
For more information about how rustc works, see the rustc dev guide.