mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 20:23:59 +00:00
15 lines
329 B
Plaintext
15 lines
329 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
|
|
|