about summary refs log tree commit diff
path: root/tests/ui/env-macro/env-too-many-args.stderr
blob: f156026846aaacde116219f81833e40dcc8985c1 (plain)
1
2
3
4
5
6
7
8
error: `env!()` takes 1 or 2 arguments
  --> $DIR/env-too-many-args.rs:1:13
   |
LL | fn main() { env!("one", "two", "three"); }
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error