rust/tests/ui/conf_path_non_string.stderr
2017-02-07 21:05:30 +01:00

15 lines
358 B
Plaintext

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