mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
14 lines
358 B
Text
14 lines
358 B
Text
error: `conf_file` value must be a string
|
|
--> $DIR/conf_path_non_string.rs:3:28
|
|
|
|
|
3 | #![plugin(clippy(conf_file=42))]
|
|
| ^^
|
|
|
|
|
note: Clippy will use default configuration
|
|
--> $DIR/conf_path_non_string.rs:3:28
|
|
|
|
|
3 | #![plugin(clippy(conf_file=42))]
|
|
| ^^
|
|
|
|
error: aborting due to previous error
|
|
|