summary refs log tree commit diff
path: root/src/test/ui-fulldeps/plugin-as-extern-crate.stderr
blob: ccc9580a60c2980b28c1d2e5076fe1ce856ef4e0 (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-as-extern-crate.rs:10:1
   |
LL | extern crate attr_plugin_test;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
note: lint level defined here
  --> $DIR/plugin-as-extern-crate.rs:7:9
   |
LL | #![deny(plugin_as_library)]
   |         ^^^^^^^^^^^^^^^^^

error: aborting due to previous error