blob: 3a5339a0394971f35e1f1992912d933ee97584f1 (
plain)
1
2
3
4
5
6
7
8
|
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
|