rust/tests/ui/label/label-static.stderr
2025-08-22 13:16:44 +08:00

15 lines
291 B
Plaintext

error: labels cannot use keyword names
--> $DIR/label-static.rs:2:5
|
LL | 'static: loop {
| ^^^^^^^
error: labels cannot use keyword names
--> $DIR/label-static.rs:3:15
|
LL | break 'static
| ^^^^^^^
error: aborting due to 2 previous errors