mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-30 16:43:41 +00:00
3 lines
82 B
Rust
3 lines
82 B
Rust
fn false() { } //~ ERROR expected identifier, found keyword `false`
|
|
fn main() { }
|