Sign in
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
tests
/
ui
/
parser
/
keyword.rs
blob: 1eb7886c5a53abac0f14e67e282c1ed7a526927f [
file
]
pub
mod
break
{
//~^ ERROR expected identifier, found keyword `break`
}
fn
main
()
{}