mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-25 11:04:53 +00:00
5 lines
96 B
Rust
5 lines
96 B
Rust
#![feature(rustc_attrs)]
|
|
|
|
#![rustc_dummy=5z] //~ ERROR unexpected expression: `5z`
|
|
fn main() {}
|