mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
9 lines
156 B
Plaintext
9 lines
156 B
Plaintext
error: labels cannot use keyword names
|
|
--> $DIR/issue-46311.rs:2:5
|
|
|
|
|
LL | 'break: loop {
|
|
| ^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|