blob: af4163259ea85c090f377eb5e60593be184b0dcb [file] [log] [blame]
error: argument must be a string literal
--> $DIR/extoption_env-not-string-literal.rs:11:25
|
LL | fn main() { option_env!(10); } //~ ERROR: argument must be a string literal
| ^^
error: aborting due to previous error