Rollup merge of #127366 - oli-obk:falliblevisitor, r=compiler-errors

Use `ControlFlow` results for visitors that are only looking for a single value

These visitors all had a `Option<Value>` or `bool` field, that, once set, was never unset or modified again. They have been refactored by removing the field and returning `ControlFlow` directly from the visitor
This commit is contained in:
Michael Goulet 2024-07-05 20:49:34 -04:00 committed by GitHub
commit aca9551e08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

Diff content is not available