2017-02-07 14:05:30 -06: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 02:21:54 -05:00
|
|
|
error: aborting due to previous error(s)
|
2017-02-07 14:05:30 -06:00
|
|
|
|