rust/compiler
Esteban Küber 8c5dafdcb8 Parse loop labels missing a leading '
When encountering the following typo:

```rust
a: loop { break 'a; }
```

provide an appropriate suggestion.
2021-01-21 21:41:47 -08:00
..
2021-01-21 21:41:46 -08:00
2021-01-21 21:41:46 -08:00
2021-01-16 18:56:37 -05:00
2021-01-16 18:56:37 -05:00
2021-01-16 18:56:37 -05:00
2021-01-21 21:41:46 -08:00