mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-13 23:42:56 +00:00
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
error: `env!()` takes 1 or 2 arguments
|
|
--> $DIR/extenv-no-args.rs:1:13
|
|
|
|
|
LL | fn main() { env!(); }
|
|
| ^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|