rust/src/test/ui-fulldeps/plugin-as-extern-crate.stderr

15 lines
409 B
Plaintext
Raw Normal View History

error: compiler plugin used as an ordinary library
2018-12-25 08:56:47 -07:00
--> $DIR/plugin-as-extern-crate.rs:10:1
|
LL | extern crate macro_crate_test; //~ ERROR compiler plugin used as an ordinary library
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: lint level defined here
2018-12-25 08:56:47 -07:00
--> $DIR/plugin-as-extern-crate.rs:7:9
|
LL | #![deny(plugin_as_library)]
| ^^^^^^^^^^^^^^^^^
error: aborting due to previous error