mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
6b2c6c7fd3
When parsing a closure without a body that is surrounded by a block, suggest moving the opening brace after the closure head. Fix #116608.