mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-19 20:39:13 +00:00
3 lines
80 B
Rust
3 lines
80 B
Rust
fn true() { } //~ ERROR expected identifier, found keyword `true`
|
|
fn main() { }
|