about summary refs log tree commit diff
path: root/src/test/ui/extoption_env-no-args.stderr
blob: d01aefe46b10edd8b13e0ae19d8487df27c8c3fe (plain)
1
2
3
4
5
6
7
8
error: option_env! takes 1 argument
  --> $DIR/extoption_env-no-args.rs:11:13
   |
LL | fn main() { option_env!(); } //~ ERROR: option_env! takes 1 argument
   |             ^^^^^^^^^^^^^^

error: aborting due to previous error