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

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

3 lines
82 B
Rust
Raw Normal View History

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