]> git.lizzy.rs Git - rust.git/blob - src/test/ui/extoption_env-too-many-args.rs
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
[rust.git] / src / test / ui / extoption_env-too-many-args.rs
1 fn main() { option_env!("one", "two"); } //~ ERROR: option_env! takes 1 argument