rust/src/test/ui-fulldeps/plugin-plus-extern-crate.stderr
2018-12-09 19:56:30 +03:00

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