mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 17:53:56 +00:00
9 lines
332 B
Plaintext
9 lines
332 B
Plaintext
error: compiler plugins are experimental and possibly buggy (see issue #29597)
|
|
--> $DIR/conf_unknown_key.rs:4:1
|
|
|
|
|
4 | #![plugin(clippy(conf_file="../auxiliary/conf_unknown_key.toml"))]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: add #![feature(plugin)] to the crate attributes to enable
|
|
|