]> git.lizzy.rs Git - rust.git/blob - tests/ui/conf_path_non_string.stderr
4b15b5d0e170c14b5c7e3da661f1b7a64aa43e44
[rust.git] / tests / ui / conf_path_non_string.stderr
1 error: compiler plugins are experimental and possibly buggy (see issue #29597)
2  --> $DIR/conf_path_non_string.rs:3:1
3   |
4 3 | #![plugin(clippy(conf_file=42))]
5   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6   |
7   = help: add #![feature(plugin)] to the crate attributes to enable
8