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

15 lines
279 B
Plaintext

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