summary refs log tree commit diff
path: root/src/test/ui/extoption_env-no-args.stderr
blob: 34fe289cd98a01b40fa7adcf04b2914c4dbd5a1d (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: option_env! takes 1 argument
   |             ^^^^^^^^^^^^^^

error: aborting due to previous error