about summary refs log tree commit diff
path: root/compiler/rustc_errors
diff options
context:
space:
mode:
authorThe Miri Conjob Bot <miri@cron.bot>2024-02-11 05:03:52 +0000
committerThe Miri Conjob Bot <miri@cron.bot>2024-02-11 05:03:52 +0000
commit31b66251bea1990647792d680b2a187cdf4aee62 (patch)
tree8cc247e867521ecc6909b7bfef8bd910f4a1c82d /compiler/rustc_errors
parent0913e227d3eb1eaa691191b4e13fb7eb2ee883fa (diff)
parent4ac90e286bd49663f6f29130df33fa17576b2765 (diff)
downloadrust-31b66251bea1990647792d680b2a187cdf4aee62.tar.gz
rust-31b66251bea1990647792d680b2a187cdf4aee62.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_errors')
-rw-r--r--compiler/rustc_errors/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs
index 7216fa8f5e4..ab3ad0e9d68 100644
--- a/compiler/rustc_errors/src/lib.rs
+++ b/compiler/rustc_errors/src/lib.rs
@@ -7,6 +7,7 @@
 #![allow(internal_features)]
 #![allow(rustc::diagnostic_outside_of_impl)]
 #![allow(rustc::untranslatable_diagnostic)]
+#![cfg_attr(bootstrap, feature(min_specialization))]
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 #![doc(rust_logo)]
 #![feature(array_windows)]
@@ -16,7 +17,6 @@
 #![feature(error_reporter)]
 #![feature(extract_if)]
 #![feature(let_chains)]
-#![feature(min_specialization)]
 #![feature(negative_impls)]
 #![feature(never_type)]
 #![feature(rustc_attrs)]