rust/src/test/ui/extenv/extenv-too-many-args.rs
2018-12-25 21:08:33 -07:00

2 lines
82 B
Rust

fn main() { env!("one", "two", "three"); } //~ ERROR: env! takes 1 or 2 arguments