summary refs log tree commit diff
path: root/src/test/ui-fulldeps/plugin-plus-extern-crate.stderr
blob: 284d76b6132633178d11cbad07318ef180cd730f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: compiler plugin used as an ordinary library
  --> $DIR/plugin-plus-extern-crate.rs:12: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:8:9
   |
LL | #![deny(plugin_as_library)]
   |         ^^^^^^^^^^^^^^^^^

error: aborting due to previous error