2017-02-07 21:05:30 +01:00
|
|
|
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))]
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
2017-05-26 09:21:54 +02:00
|
|
|
error: aborting due to previous error(s)
|
2017-02-07 21:05:30 +01:00
|
|
|
|