mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 19:26:47 +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.