]> git.proxmox.com Git - rustc.git/blob - src/tools/clippy/tests/ui/conf_bad_type.rs
New upstream version 1.23.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / conf_bad_type.rs
1 // error-pattern: error reading Clippy's configuration file: `blacklisted-names` is expected to be a `Vec < String >` but is a `integer`
2
3
4 #![plugin(clippy(conf_file="../ui/conf_bad_type.toml"))]
5
6 fn main() {}