mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-28 07:30:57 +00:00
15 lines
329 B
Text
15 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
|
||
|
|