about summary refs log tree commit diff
path: root/library/panic_unwind/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-07-30 17:49:08 +0000
committerbors <bors@rust-lang.org>2024-07-30 17:49:08 +0000
commitf8060d282d42770fadd73905e3eefb85660d3278 (patch)
tree5d5382a8f8cf048d3b88bd556a080937945b1bd0 /library/panic_unwind/src
parent006c8df322e55c14d845e1fe317ca1445c2f8e6b (diff)
parentabb1ebaae11d10648c55d28e098e1d7e993f0986 (diff)
downloadrust-f8060d282d42770fadd73905e3eefb85660d3278.tar.gz
rust-f8060d282d42770fadd73905e3eefb85660d3278.zip
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
Bump bootstrap compiler to new beta

https://forge.rust-lang.org/release/process.html#master-bootstrap-update-t-2-day-tuesday
Diffstat (limited to 'library/panic_unwind/src')
-rw-r--r--library/panic_unwind/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/panic_unwind/src/lib.rs b/library/panic_unwind/src/lib.rs
index 77abb9125f6..2d174f4b1a4 100644
--- a/library/panic_unwind/src/lib.rs
+++ b/library/panic_unwind/src/lib.rs
@@ -24,7 +24,6 @@
 #![feature(rustc_attrs)]
 #![panic_runtime]
 #![feature(panic_runtime)]
-#![cfg_attr(bootstrap, feature(c_unwind))]
 // `real_imp` is unused with Miri, so silence warnings.
 #![cfg_attr(miri, allow(dead_code))]
 #![allow(internal_features)]