Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
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
}
}