Incorrect suggestion to remove parentheses around if-condition containing break #54704
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
f=true g=false
Rustc 1.30.0-nightly (bb0896a 2018-09-29) suggests turning
f
intog
, which changes the meaning of the program.The text was updated successfully, but these errors were encountered: