blob: 713f1b0734544759fba74c93e896b4681805d0f5 [file] [log] [blame]
error: compiler plugin used as an ordinary library
--> $DIR/plugin-as-extern-crate.rs:20:1
|
LL | extern crate macro_crate_test; //~ ERROR compiler plugin used as an ordinary library
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: lint level defined here
--> $DIR/plugin-as-extern-crate.rs:17:9
|
LL | #![deny(plugin_as_library)]
| ^^^^^^^^^^^^^^^^^
error: aborting due to previous error