1error: argument must be a string literal
2  --> $DIR/extoption_env-not-string-literal.rs:1:25
3   |
4LL | fn main() { option_env!(10); }
5   |                         ^^
6
7error: aborting due to previous error
8
9