rust/tests/ui/parser/bad-value-ident-true.rs

3 lines
80 B
Rust

fn true() { } //~ ERROR expected identifier, found keyword `true`
fn main() { }