rust/tests/ui/conf_bad_arg.rs

7 lines
98 B
Rust
Raw Normal View History

// error-pattern: `conf_file` must be a named value
2017-09-18 12:47:33 +02:00
#![plugin(clippy(conf_file))]
fn main() {}