mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
15 lines
285 B
Plaintext
15 lines
285 B
Plaintext
error: invalid label name `'static`
|
|
--> $DIR/label-static.rs:2:5
|
|
|
|
|
LL | 'static: loop {
|
|
| ^^^^^^^
|
|
|
|
error: invalid label name `'static`
|
|
--> $DIR/label-static.rs:3:15
|
|
|
|
|
LL | break 'static
|
|
| ^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|