summary refs log tree commit diff
path: root/src/test/ui/extenv/extenv-too-many-args.stderr
blob: e4eda9e9e9ab32b4e43b57c43b66c4a093f3c080 (plain)
1
2
3
4
5
6
7
8
error: env! takes 1 or 2 arguments
  --> $DIR/extenv-too-many-args.rs:11:13
   |
LL | fn main() { env!("one", "two", "three"); } //~ ERROR: env! takes 1 or 2 arguments
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error