rust/src/test/compile-fail/extenv-not-string-literal.rs
2011-06-28 15:02:12 +00:00

6 lines
62 B
Rust

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