mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 06:55:57 +00:00
Fix OutsideLoop's error suggestion: adding label `'block` for `if` block. For OutsideLoop we should not suggest add `'block` label in `if` block, or we wiil get another err: block label not supported here. fixes #123261