rust/src/test/compile-fail/extenv-not-string-literal.rs
2012-08-23 11:14:14 -07:00

4 lines
60 B
Rust

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