mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 13:57:24 +00:00
9 lines
197 B
Plaintext
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
|
|
|