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