diff options
| author | bors <bors@rust-lang.org> | 2023-08-04 05:44:54 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-08-04 05:44:54 +0000 |
| commit | 15c05fe25f48ddd2ee0efdc1ac9d24af473769b4 (patch) | |
| tree | 150c1c2779d9b093507486e92ac3ea013bc6409b /compiler/rustc_errors/src | |
| parent | f8d75a481392b59b979350d441eed2329e68e808 (diff) | |
| parent | 1a803a0c790ade534dec44c17816eb389d7dd8ed (diff) | |
| download | rust-15c05fe25f48ddd2ee0efdc1ac9d24af473769b4.tar.gz rust-15c05fe25f48ddd2ee0efdc1ac9d24af473769b4.zip | |
Auto merge of #3012 - rust-lang:rustup-2023-08-04, r=oli-obk
Automatic sync from rustc
Diffstat (limited to 'compiler/rustc_errors/src')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index 3d1639db4af..3b753629128 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -15,6 +15,7 @@ #![feature(box_patterns)] #![feature(error_reporter)] #![allow(incomplete_features)] +#![cfg_attr(not(bootstrap), allow(internal_features))] #[macro_use] extern crate rustc_macros; |
