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

4 lines
60 B
Rust
Raw Normal View History

// error-pattern:requires a string
2012-08-22 19:24:52 -05:00
fn main() { env!(10); }