Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
label
/
label-static.stderr
blob: f6ae8b44c0898319d65089f2d240dd625932e8bc [
file
] [
log
] [
blame
]
error
:
labels cannot
use
keyword names
-->
$DIR
/
label
-
static
.
rs
:
2
:
5
|
LL
|
'static: loop {
| ^^^^^^^
error: labels cannot use keyword names
--> $DIR/label-static.rs:3:15
|
LL | break '
static
|
^^^^^^^
error
:
aborting due to
2
previous errors