os-rust/tests/ui/env-macro/env-not-string-literal.stderr

8 lines
181 B
Text

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