rust/tests/ui/env-macro/option_env-no-args.rs

2 lines
69 B
Rust

fn main() { option_env!(); } //~ ERROR: option_env! takes 1 argument