]> git.lizzy.rs Git - rust.git/blob - tests/ui/conf_french_blacklisted_name.stderr
Allow new lint in ui/eta.rs
[rust.git] / tests / ui / conf_french_blacklisted_name.stderr
1 error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
2  --> $DIR/conf_french_blacklisted_name.rs:2:1
3   |
4 2 | #![plugin(clippy(conf_file="../auxiliary/conf_french_blacklisted_name.toml"))]
5   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6   |
7   = help: add #![feature(plugin)] to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0658`.