]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail-fulldeps/plugin-as-extern-crate.rs
Rollup merge of #45171 - rust-lang:petrochenkov-patch-2, r=steveklabnik
[rust.git] / src / test / compile-fail-fulldeps / plugin-as-extern-crate.rs
index edbb77fe39063bb3e4defb5f08f9e0250b4d7faf..bb292e2e52a95418cf89881184473170d62aa8f1 100644 (file)
@@ -15,6 +15,7 @@
 // libsyntax is not compiled for it.
 
 #![deny(plugin_as_library)]
+#![allow(unused_extern_crates)]
 
 extern crate macro_crate_test; //~ ERROR compiler plugin used as an ordinary library