]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/plugin-as-extern-crate.stderr
Unit test from #57866.
[rust.git] / src / test / ui-fulldeps / plugin-as-extern-crate.stderr
1 error: compiler plugin used as an ordinary library
2   --> $DIR/plugin-as-extern-crate.rs:10:1
3    |
4 LL | extern crate macro_crate_test; //~ ERROR compiler plugin used as an ordinary library
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7 note: lint level defined here
8   --> $DIR/plugin-as-extern-crate.rs:7:9
9    |
10 LL | #![deny(plugin_as_library)]
11    |         ^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14