/src/test/compile-fail/extenv-too-many-args.rs

http://github.com/jruderman/rust · Rust · 3 lines · 1 code · 1 blank · 1 comment · 0 complexity · 3b97070a465e06d7d128b0b4c9d5725f MD5 · raw file

  1. // error-pattern:#env takes between 1 and 1 arguments
  2. fn main() { env!{"one", "two"}; }