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