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