rust/src/test/compile-fail/bad-value-ident-false.rs

2 lines
75 B
Rust

fn false() { } //! ERROR found `false` in restricted position
fn main() { }