summaryrefslogtreecommitdiffstats
path: root/tests/ui/extenv/extenv-too-many-args.stderr
blob: 54150a3328f923935c3a7fef4703412f38a9bfe9 (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