about summary refs log tree commit diff
path: root/tests/ui/extenv/extenv-no-args.stderr
blob: 36d485676c21bc3ee5a3fd7a460f3f21df8991ed (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 1 previous error