rust/compiler/rustc_trait_selection/src
Matthias Krüger 3e634f8c5c
Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkov
Use `ControlFlow` in visitors.

Follow up to #121256

This does have a few small behaviour changes in some diagnostic output where the visitor will now find the first match rather than the last match. The change in `find_anon_types.rs` has the only affected test. I don't see this being an issue as the last occurrence isn't any better of a choice than the first.
2024-03-08 13:22:26 +01:00
..
solve Apply EarlyBinder only to TraitRef in ImplTraitHeader 2024-03-07 13:56:29 +01:00
traits Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkov 2024-03-08 13:22:26 +01:00
errors.rs Rename SubdiagnosticMessageOp as SubdiagMessageOp. 2024-03-05 12:14:49 +11:00
infer.rs Move trait into attr so it's greppable 2024-02-16 15:07:37 +00:00
lib.rs Convert ProofTreeVisitor to use VisitorResult 2024-03-05 13:30:49 -05:00
regions.rs Move trait into attr so it's greppable 2024-02-16 15:07:37 +00:00