about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-06-27 08:03:17 +0000
committerbors <bors@rust-lang.org>2024-06-27 08:03:17 +0000
commitb280af45f430d1efc85d7e4fcc4933d4ec9f94b2 (patch)
tree8dd2cf6a454a8d2a3d3d3f456e7c36361eb9f09e /compiler/rustc_data_structures
parentfc94ce216ede9f89a1032b13e2563ddba0ae4194 (diff)
parent4cc16a53aeea6b82d05e665cb4bcbcddb1e2d7be (diff)
downloadrust-b280af45f430d1efc85d7e4fcc4933d4ec9f94b2.tar.gz
rust-b280af45f430d1efc85d7e4fcc4933d4ec9f94b2.zip
Auto merge of #3713 - rust-lang:rustup-2024-06-27, r=RalfJung
Automatic Rustup
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs
index cddc67d1578..356ddf014be 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -10,6 +10,7 @@
 #![allow(internal_features)]
 #![allow(rustc::default_hash_types)]
 #![allow(rustc::potential_query_instability)]
+#![cfg_attr(bootstrap, feature(lint_reasons))]
 #![cfg_attr(not(parallel_compiler), feature(cell_leak))]
 #![deny(unsafe_op_in_unsafe_fn)]
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
@@ -24,7 +25,6 @@
 #![feature(extend_one)]
 #![feature(hash_raw_entry)]
 #![feature(hasher_prefixfree_extras)]
-#![feature(lint_reasons)]
 #![feature(macro_metavar_expr)]
 #![feature(map_try_insert)]
 #![feature(min_specialization)]