blob: 2ec5594703260ad49709bc3e10dd9c821c85c616 [file] [log] [blame]
error: option_env! takes 1 argument
--> $DIR/extoption_env-too-many-args.rs:1:13
|
LL | fn main() { option_env!("one", "two"); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error