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/libsyntax_ext | |
| 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/libsyntax_ext')
| -rw-r--r-- | src/libsyntax_ext/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax_ext/lib.rs b/src/libsyntax_ext/lib.rs index ee0b86963f3..8371d272075 100644 --- a/src/libsyntax_ext/lib.rs +++ b/src/libsyntax_ext/lib.rs @@ -3,7 +3,7 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/")] #![deny(rust_2018_idioms)] -#![cfg_attr(not(stage0), deny(internal))] +#![deny(internal)] #![feature(in_band_lifetimes)] #![feature(proc_macro_diagnostic)] |
