rust/src/test/compile-fail/extenv-too-many-args.rs

4 lines
89 B
Rust
Raw Normal View History

// error-pattern:#env takes between 1 and 1 arguments
2011-09-02 17:34:58 -05:00
fn main() { #env["one", "two"]; }