Sign in
rust
/
rust
/
5ad2f434dccebb4f2bb3fd26cd5a69eeef3235c1
/
.
/
tests
/
ui
/
label
/
label-underscore.rs
blob: 8f1f90fe7c02f078d7fe6b82578cf75d437a9af7 [
file
]
fn
main
()
{
'
_
:
loop
{
//~ ERROR labels cannot use keyword names
break
'
_
//~ ERROR labels cannot use keyword names
}
}