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