summaryrefslogtreecommitdiffstats
path: root/tests/ui/extenv/extenv-too-many-args.stderr
blob: 47cf810b70d77b4d8789563fb2cbeaf5343cbb05 (plain)
1
2
3
4
5
6
7
8
error: `env!()` takes 1 or 2 arguments
  --> $DIR/extenv-too-many-args.rs:1:13
   |
LL | fn main() { env!("one", "two", "three"); }
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error