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