]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/plugin-as-extern-crate.stderr
Rollup merge of #63055 - Mark-Simulacrum:save-analysis-clean-2, r=Xanewok
[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:9:1
3    |
4 LL | extern crate attr_plugin_test;
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