Files
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 17:24:52 -07:00
fn main() { env!(10); }