1
Fork 0
rust/tests/ui/env-macro/env-too-many-args.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
86 B
Rust
Raw Normal View History

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