rust/src/test/compile-fail/extenv-not-string-literal.rs
2012-07-30 18:38:15 -07:00

4 lines
60 B
Rust

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