86e4216a56
the system might change it, especially if the system language is changed
7 lines
171 B
Rust
7 lines
171 B
Rust
// error-pattern: error reading Clippy's configuration file
|
|
|
|
#![feature(plugin)]
|
|
#![plugin(clippy(conf_file="./tests/compile-fail/non_existant_conf.toml"))]
|
|
|
|
fn main() {}
|