mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
15 lines
358 B
Text
15 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
|
||
|
|