9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
error: `break` to unknown label
|
|
--> $DIR/issue-62480.rs:8:12
|
|
|
|
|
LL | || break 'a
|
|
| ^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|