about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/lib.rs
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2024-01-22 12:23:50 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2024-01-24 08:55:16 +0000
commit166fb652e4150eda7132293a2e293911a99ed1f3 (patch)
treeec8cf9fe65e21bc9efdb5457b3fe3b0d1a5fc7b5 /compiler/rustc_lint/src/lib.rs
parente8b6db72515807fa301ff8d39b8ac058d5653fd1 (diff)
downloadrust-166fb652e4150eda7132293a2e293911a99ed1f3.tar.gz
rust-166fb652e4150eda7132293a2e293911a99ed1f3.zip
Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"
This reverts commit 6d2b84b3ed7848fd91b8d6151d4451b3103ed816, reversing
changes made to 73bc12199ea8c7651ed98b069c0dd6b0bb5fabcf.
Diffstat (limited to 'compiler/rustc_lint/src/lib.rs')
-rw-r--r--compiler/rustc_lint/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/lib.rs b/compiler/rustc_lint/src/lib.rs
index a4ab5527e3f..066c88cc652 100644
--- a/compiler/rustc_lint/src/lib.rs
+++ b/compiler/rustc_lint/src/lib.rs
@@ -39,7 +39,7 @@
 #![feature(min_specialization)]
 #![feature(never_type)]
 #![feature(rustc_attrs)]
-#![cfg_attr(bootstrap, feature(trait_upcasting))]
+#![feature(trait_upcasting)]
 #![recursion_limit = "256"]
 #![deny(rustc::untranslatable_diagnostic)]
 #![deny(rustc::diagnostic_outside_of_impl)]