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