Matthias Krüger 3436069c34
Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors
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.
2023-06-18 08:06:43 +02:00
..
2023-06-17 21:27:13 +00:00
2023-06-17 21:27:13 +00:00
2023-06-17 17:16:30 +08:00
2023-06-17 21:20:20 +00:00
2023-06-14 09:28:56 +02:00