mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-25 12:44:42 +00:00
Forbidding block expressions entirely is too strict; instead, we should only forbid them in contexts where we are parsing an optional RHS (i.e. the RHS of a range expression).