mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00

When parsing a closure without a body that is surrounded by a block, suggest moving the opening brace after the closure head. Fix #116608.
When parsing a closure without a body that is surrounded by a block, suggest moving the opening brace after the closure head. Fix #116608.