]> 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 c5169b61a2bf9df2dbe58a3d3f041aec3734c9d9..bb292e2e52a95418cf89881184473170d62aa8f1 100644 (file)
@@ -9,13 +9,13 @@
 // except according to those terms.
 
 // aux-build:macro_crate_test.rs
-// ignore-stage1
 // ignore-cross-compile
 //
 // macro_crate_test will not compile on a cross-compiled target because
 // 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