15 lines
414 B
Plaintext
15 lines
414 B
Plaintext
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
|
|
|