about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-08-04 05:44:54 +0000
committerbors <bors@rust-lang.org>2023-08-04 05:44:54 +0000
commit15c05fe25f48ddd2ee0efdc1ac9d24af473769b4 (patch)
tree150c1c2779d9b093507486e92ac3ea013bc6409b /compiler/rustc_data_structures/src
parentf8d75a481392b59b979350d441eed2329e68e808 (diff)
parent1a803a0c790ade534dec44c17816eb389d7dd8ed (diff)
downloadrust-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_data_structures/src')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs
index 3deb9c5c2f5..33772089744 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -37,6 +37,7 @@
 #![allow(rustc::potential_query_instability)]
 #![deny(rustc::untranslatable_diagnostic)]
 #![deny(rustc::diagnostic_outside_of_impl)]
+#![cfg_attr(not(bootstrap), allow(internal_features))]
 #![deny(unsafe_op_in_unsafe_fn)]
 
 #[macro_use]