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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
80 B
Rust
Raw Normal View History

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