Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
issues
/
issue-46311.rs
blob: 244356655012810c1a7efd43aef2a6c43639a002 [
file
]
fn
main
()
{
'
break
:
loop
{
//~ ERROR labels cannot use keyword names
}
}