summary refs log tree commit diff
path: root/src/test/ui/extenv/extenv-no-args.stderr
blob: acdde84afa4d42216379f082865b3075f1b6f546 (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