2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-02-18 15:08:47 +00:00
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() {}