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