/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
- // error-pattern:requires a string
- fn main() { env!{10}; }