rust/tests/ui/env-macro/option_env-not-string-liter...

9 lines
205 B
Plaintext

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