mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-01 23:31:32 +00:00
2 lines
81 B
Rust
2 lines
81 B
Rust
fn main() { option_env!("one", "two"); } //~ ERROR: option_env! takes 1 argument
|