]> git.lizzy.rs Git - rust.git/blob - src/test/ui/label/label-underscore.stderr
Rollup merge of #106043 - c410-f3r:moar-errors, r=petrochenkov
[rust.git] / src / test / ui / label / label-underscore.stderr
1 error: invalid label name `'_`
2   --> $DIR/label-underscore.rs:2:5
3    |
4 LL |     '_: loop {
5    |     ^^
6
7 error: invalid label name `'_`
8   --> $DIR/label-underscore.rs:3:15
9    |
10 LL |         break '_
11    |               ^^
12
13 error: aborting due to 2 previous errors
14