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