rust-clippy/tests/compile-fail/conf_bad_arg.rs
2016-03-12 14:50:46 +01:00

6 lines
117 B
Rust

// error-pattern: `conf_file` must be a named value
#![feature(plugin)]
#![plugin(clippy(conf_file))]
fn main() {}