]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_interface/lib.rs
Rollup merge of #60766 - vorner:weak-into-raw, r=sfackler
[rust.git] / src / librustc_interface / lib.rs
index 353ff6a57a5efee02c99134bc49e470b7c4aa4a2..d1e2a1a4ad5063baa20cfc70632da6758b1800b3 100644 (file)
@@ -7,7 +7,7 @@
 #![cfg_attr(unix, feature(libc))]
 
 #![deny(rust_2018_idioms)]
-#![cfg_attr(not(stage0), deny(internal))]
+#![deny(internal)]
 
 #![allow(unused_imports)]