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.
This commit is contained in:
Nilstrieb 2024-02-20 07:35:47 +01:00 committed by GitHub
commit e9d6b1642a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

Diff content is not available