rustc/tests/ui/env-macro/env-not-string-literal.stderr
2024-06-24 14:48:22 +02:00

9 lines
181 B
Plaintext

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