mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
96134e15f6
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