blob: 9a567094c82f14cf5655c034c82cae3a133fbb17 [file] [log] [blame]
error: invalid label name `'_`
--> $DIR/label-underscore.rs:12:5
|
LL | '_: loop { //~ ERROR invalid label name `'_`
| ^^
error: invalid label name `'_`
--> $DIR/label-underscore.rs:13:15
|
LL | break '_ //~ ERROR invalid label name `'_`
| ^^
error: aborting due to 2 previous errors