From 87e4b43d518c754cc8c522da04ac3a6ae30eb7aa Mon Sep 17 00:00:00 2001 From: Mateusz MikuĊ‚a Date: Mon, 15 Apr 2019 13:35:08 +0200 Subject: Deny `internal` in stage0 --- src/librustc_errors/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/librustc_errors') diff --git a/src/librustc_errors/lib.rs b/src/librustc_errors/lib.rs index 71bef54cd17..cb45e13c4d2 100644 --- a/src/librustc_errors/lib.rs +++ b/src/librustc_errors/lib.rs @@ -6,7 +6,7 @@ #![feature(nll)] #![feature(optin_builtin_traits)] #![deny(rust_2018_idioms)] -#![cfg_attr(not(stage0), deny(internal))] +#![deny(internal)] #[allow(unused_extern_crates)] extern crate serialize as rustc_serialize; // used by deriving -- cgit 1.4.1-3-g733a5