mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 20:57:21 +00:00

When encountering the following typo: ```rust a: loop { break 'a; } ``` provide an appropriate suggestion.
When encountering the following typo: ```rust a: loop { break 'a; } ``` provide an appropriate suggestion.