rust/src/test/compile-fail/extenv-not-string-literal.rs
2011-07-27 15:54:33 +02:00

3 lines
59 B
Rust

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