mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
3729b17b7e
Instead of suggesting that the body always replace the last character on the line, presuming it must be a semicolon, the parser should instead check what the last character is, and append the body if it is anything else. Fixes #83104