summaryrefslogtreecommitdiffstats
path: root/tests/ui/extoption_env-no-args.stderr
blob: 65067942b85c4a75cdc894ea07b917efd55859b1 (plain)
1
2
3
4
5
6
7
8
error: option_env! takes 1 argument
  --> $DIR/extoption_env-no-args.rs:1:13
   |
LL | fn main() { option_env!(); }
   |             ^^^^^^^^^^^^^

error: aborting due to previous error