mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
9 lines
206 B
Plaintext
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
|
|
|