rust/compiler/rustc_privacy
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
..
src Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors 2023-06-18 08:06:43 +02:00
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl Private-in-public lints implementation 2023-06-12 01:02:19 +03:00