rust/tests/ui/conf_path_non_string.stderr

12 lines
382 B
Text
Raw Normal View History

2018-01-16 08:52:14 +01:00
error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
2017-09-18 12:47:33 +02:00
--> $DIR/conf_path_non_string.rs:3:1
|
3 | #![plugin(clippy(conf_file=42))]
2017-09-18 12:47:33 +02:00
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-09-18 12:47:33 +02:00
= help: add #![feature(plugin)] to the crate attributes to enable
2018-01-16 17:06:27 +01:00
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.