Sign in
rust
/
rust
/
dc0ec741a8a06b0c3bb5596fbb00a4e29fad3877
/
.
/
tests
/
ui
/
parser
/
bad-value-ident-false.rs
blob: 4645ab4a77549074198aebbb28de8837b771c19a [
file
]
fn
false
()
{
}
//~ ERROR expected identifier, found keyword `false`
fn
main
()
{
}