/src/test/compile-fail/extenv-not-string-literal.rs

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

  1. // error-pattern:requires a string
  2. fn main() { env!{10}; }