9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
|
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
|
||
|
|