mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
888365d7e5
Labeled blocks cannot be used as-is in the "then" or "else" part of an `if` expression. They must be enclosed in an anonymous block. Fix #14099 changelog: [`match_bool`]: fix suggestion when the rewritten block has a label