os-rust/tests/ui/label/label-static.stderr
2023-01-11 09:32:08 +00:00

14 lines
285 B
Text

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