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