about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-02-23 11:12:56 +0000
committerbors <bors@rust-lang.org>2025-02-23 11:12:56 +0000
commitb88076097751f7677b850b94b20faf5679fca321 (patch)
tree52960868de1eb6bca8666013db21a90d6161ae1f /compiler/rustc_middle/src
parent1805b3348341e0918912ab61cb1dffad41648d23 (diff)
parente61cac20c88f545891fdd2c0a2482b4ca4e0ecaf (diff)
downloadrust-b88076097751f7677b850b94b20faf5679fca321.tar.gz
rust-b88076097751f7677b850b94b20faf5679fca321.zip
Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum
Master bootstrap update

https://forge.rust-lang.org/release/process.html#master-bootstrap-update-tuesday

r? `@Mark-Simulacrum`
Diffstat (limited to 'compiler/rustc_middle/src')
-rw-r--r--compiler/rustc_middle/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/lib.rs b/compiler/rustc_middle/src/lib.rs
index 95128a5d903..93a7227d65e 100644
--- a/compiler/rustc_middle/src/lib.rs
+++ b/compiler/rustc_middle/src/lib.rs
@@ -29,7 +29,6 @@
 #![allow(rustc::diagnostic_outside_of_impl)]
 #![allow(rustc::potential_query_instability)]
 #![allow(rustc::untranslatable_diagnostic)]
-#![cfg_attr(bootstrap, feature(trait_upcasting))]
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 #![doc(rust_logo)]
 #![feature(allocator_api)]