rustc/tests/ui/extenv/extenv-arg-2-not-string-literal.stderr
2024-06-14 12:43:07 +02:00

9 lines
197 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 1 previous error