rust/tests/ui/extenv/extenv-arg-2-not-string-literal.stderr
2023-01-11 09:32:08 +00:00

9 lines
195 B
Plaintext

error: expected string literal
--> $DIR/extenv-arg-2-not-string-literal.rs:1:25
|
LL | fn main() { env!("one", 10); }
| ^^
error: aborting due to previous error