mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
error: `#[const_continue]` must break to a labeled block that participates in a `#[loop_match]`
|
|
--> $DIR/const-continue-to-loop.rs:21:27
|
|
|
|
|
LL | break 'a 2;
|
|
| ^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|