mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
15 lines
263 B
Plaintext
15 lines
263 B
Plaintext
error: invalid label name `'_`
|
|
--> $DIR/label-underscore.rs:2:5
|
|
|
|
|
LL | '_: loop {
|
|
| ^^
|
|
|
|
error: invalid label name `'_`
|
|
--> $DIR/label-underscore.rs:3:15
|
|
|
|
|
LL | break '_
|
|
| ^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|