about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorThe Miri Conjob Bot <miri@cron.bot>2023-08-04 05:35:56 +0000
committerThe Miri Conjob Bot <miri@cron.bot>2023-08-04 05:35:56 +0000
commit1a803a0c790ade534dec44c17816eb389d7dd8ed (patch)
tree150c1c2779d9b093507486e92ac3ea013bc6409b /compiler/rustc_data_structures/src
parent325dc9288e1d15a9d25ec040ef8a568f46de505b (diff)
parent098c1db7e55e7229a520a2ec8e460e1e300e109b (diff)
downloadrust-1a803a0c790ade534dec44c17816eb389d7dd8ed.tar.gz
rust-1a803a0c790ade534dec44c17816eb389d7dd8ed.zip
Merge 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]