6b6253016f
rustc now (https://github.com/rust-lang/rust/issues/33525) does not report an error count anymore, because it was not correct in many cases.
15 lines
332 B
Plaintext
15 lines
332 B
Plaintext
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(s)
|
|
|