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

3 lines
59 B
Rust
Raw Normal View History

// error-pattern:requires a string
2011-07-27 14:19:39 +02:00
fn main() { #env(10); }