mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
109f887bf5
Gate some parser recovery behind the check Mainly in `expr.rs`. `may_recover` doesn't do anything useful yet until I implement that on top of #103439. r? `@compiler-errors`