mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 15:39:20 +00:00
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
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
|
|
|