Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
loop-match
/
const-continue-to-loop.stderr
blob: a217b3ac72c727fc8c3f9787ff98a017ca42d7dd [
file
]
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