diff options
| author | bors <bors@rust-lang.org> | 2019-04-17 04:10:13 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-04-17 04:10:13 +0000 |
| commit | 258e3b3a75a0da006cd492307fc46ef605e774ad (patch) | |
| tree | 59a86b57adc468428bbfb0a68580a2538294b38b /src/librustc_codegen_utils | |
| parent | c132c96a6daa86ba6b9e587a89dca1ce5c445dd1 (diff) | |
| parent | f2371e3b7daa43d8ea267e07c52a057fc08dc708 (diff) | |
| download | rust-258e3b3a75a0da006cd492307fc46ef605e774ad.tar.gz rust-258e3b3a75a0da006cd492307fc46ef605e774ad.zip | |
Auto merge of #59974 - Centril:boostrap-to-2019-04-11, r=pietroalbini,Mark-Simulacrum
Bump bootstrap compiler to 2019-04-11 r? @pietroalbini cc @Mark-Simulacrum cc https://github.com/rust-lang/rust/pull/58702
Diffstat (limited to 'src/librustc_codegen_utils')
| -rw-r--r-- | src/librustc_codegen_utils/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_utils/lib.rs b/src/librustc_codegen_utils/lib.rs index 330cfe154e3..437515f1e9a 100644 --- a/src/librustc_codegen_utils/lib.rs +++ b/src/librustc_codegen_utils/lib.rs @@ -16,7 +16,7 @@ #![recursion_limit="256"] #![deny(rust_2018_idioms)] -#![cfg_attr(not(stage0), deny(internal))] +#![deny(internal)] #[macro_use] extern crate rustc; |
