mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 15:40:29 +00:00
5 lines
106 B
Rust
5 lines
106 B
Rust
#![feature(rustc_attrs)]
|
|
|
|
#![rustc_dummy=5z] //~ ERROR invalid suffix `z` for number literal
|
|
fn main() {}
|