blob: d01aefe46b10edd8b13e0ae19d8487df27c8c3fe [file] [log] [blame]
error: option_env! takes 1 argument
--> $DIR/extoption_env-no-args.rs:11:13
|
LL | fn main() { option_env!(); } //~ ERROR: option_env! takes 1 argument
| ^^^^^^^^^^^^^^
error: aborting due to previous error