mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
8c01600e23
An `if … { … } else { … }` used as the left operand of a binary
expression requires parentheses to be parsed as an expression.
Fix #11141
changelog: [`obfuscated_if_else`]: fix bug in suggestion by issuing
required parentheses around the left side of a binary expression