mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
14 lines
329 B
Text
14 lines
329 B
Text
error: `conf_file` must be a named value
|
|
--> $DIR/conf_bad_arg.rs:4:18
|
|
|
|
|
4 | #![plugin(clippy(conf_file))]
|
|
| ^^^^^^^^^
|
|
|
|
|
note: Clippy will use default configuration
|
|
--> $DIR/conf_bad_arg.rs:4:18
|
|
|
|
|
4 | #![plugin(clippy(conf_file))]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|