blob: 258e2b347fba8f288eee3e29211d686bc1bc5211 [file] [log] [blame]
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