2018-01-16 07:52:14 +00:00
|
|
|
error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
|
2017-09-18 10:47:33 +00:00
|
|
|
--> $DIR/conf_unknown_key.rs:4:1
|
|
|
|
|
|
2017-11-14 13:56:00 +00:00
|
|
|
4 | #![plugin(clippy(conf_file="../auxiliary/conf_unknown_key.toml"))]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-09-18 10:47:33 +00:00
|
|
|
|
|
|
|
|
= help: add #![feature(plugin)] to the crate attributes to enable
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2018-01-16 16:06:27 +00:00
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-03-01 15:15:41 +00:00
|
|
|
If you want more information on this error, try using "rustc --explain E0658"
|