summaryrefslogtreecommitdiffstats
path: root/tests/ui/extenv/extenv-no-args.stderr
blob: 70b85932c2338dd1b85394320ea07ccc6fd16a78 (plain)
1
2
3
4
5
6
7
8
error: `env!()` takes 1 or 2 arguments
  --> $DIR/extenv-no-args.rs:1:13
   |
LL | fn main() { env!(); }
   |             ^^^^^^

error: aborting due to previous error