rust/compiler/rustc_expand
Nilstrieb 46cab11ed1
Rollup merge of #121256 - Jarcho:visitor2, r=oli-obk
Allow AST and HIR visitors to return `ControlFlow`

Alternative to #108598.

Since rust-lang/libs-team#187 was rejected, this implements our own version of the `Try` trait (`VisitorResult`) and the `try` macro (`try_visit`). Since this change still allows visitors to return `()`, no changes have been made to the existing ones. They can be done in a separate PR.
2024-02-20 07:35:47 +01:00
..
src Rollup merge of #121256 - Jarcho:visitor2, r=oli-obk 2024-02-20 07:35:47 +01:00
Cargo.toml Remove crossbeam-channel 2024-01-07 19:16:13 -05:00
messages.ftl make "invalid fragment specifier" translatable 2024-02-16 20:15:07 +02:00