Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
label
/
label-static.stderr
blob: 1d3251d1b5f452bc68cff80ecb4739492583ba1e [
file
] [
log
] [
blame
] [
edit
]
error
:
invalid label name
`'static`
-->
$DIR
/
label
-
static
.
rs
:
2
:
5
|
LL
|
'static: loop {
| ^^^^^^^
error: invalid label name `'
static
`
--> $DIR/label-static.rs:3:15
|
LL | break 'static
| ^^^^^^^
error: aborting due to 2 previous errors