rustc/tests/ui/extoption_env-not-string-literal.stderr
2023-08-02 10:33:26 +02:00

9 lines
206 B
Plaintext

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