blob: 4a10deb4bddda76c028cd12ca5fcd8318df6958a [file] [log] [blame]
error: expected string literal
--> $DIR/extenv-arg-2-not-string-literal.rs:11:25
|
LL | fn main() { env!("one", 10); } //~ ERROR: expected string literal
| ^^
error: aborting due to previous error