rust/compiler/rustc_ast_lowering/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
..
asm.rs Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu 2024-03-08 08:19:17 +01:00
block.rs No need to take ImplTraitContext by ref 2024-02-07 19:30:32 +00:00
delegation.rs Refactor LoweringContext::get_delegation_sig_id. 2024-02-27 16:09:20 +11:00
errors.rs Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu 2024-03-08 08:19:17 +01:00
expr.rs Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, r=davidtwco 2024-03-06 22:02:46 +01:00
format.rs Use ControlFlow in AST visitors. 2024-03-05 19:03:20 -05:00
index.rs hir: Add some FIXMEs for future work 2024-02-07 09:59:15 +03:00
item.rs Simplify ImplTraitContext 2024-03-08 02:10:11 +00:00
lib.rs Simplify ImplTraitContext 2024-03-08 02:10:11 +00:00
lifetime_collector.rs Reduce exposure of some things. 2023-11-28 14:32:40 +11:00
pat.rs Add ErrorGuaranteed to ast::ExprKind::Err 2024-02-25 22:24:31 +01:00
path.rs Simplify ImplTraitContext 2024-03-08 02:10:11 +00:00