index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
parser
/
keyword.rs
blob: 1eb7886c5a53abac0f14e67e282c1ed7a526927f (
plain
)
1
2
3
4
5
pub
mod
break
{
//~^ ERROR expected identifier, found keyword `break`
}
fn
main
()
{}