about summary refs log tree commit diff
path: root/library/panic_unwind/src
diff options
context:
space:
mode:
authorGary Guo <gary@garyguo.net>2023-08-25 13:45:35 +0100
committerGary Guo <gary@garyguo.net>2024-06-19 13:54:51 +0100
commitebdfcd93a3a71bde87be117bdb9e01e0ade34981 (patch)
tree35ce018a8f62014411ac322ceaf2225b1ff7fd58 /library/panic_unwind/src
parent5978f353309af5131e16e67897292f659ad54d19 (diff)
downloadrust-ebdfcd93a3a71bde87be117bdb9e01e0ade34981.tar.gz
rust-ebdfcd93a3a71bde87be117bdb9e01e0ade34981.zip
Stabilise c_unwind
Diffstat (limited to 'library/panic_unwind/src')
-rw-r--r--library/panic_unwind/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/panic_unwind/src/lib.rs b/library/panic_unwind/src/lib.rs
index b0245de501e..4dc36120608 100644
--- a/library/panic_unwind/src/lib.rs
+++ b/library/panic_unwind/src/lib.rs
@@ -24,7 +24,7 @@
 #![feature(rustc_attrs)]
 #![panic_runtime]
 #![feature(panic_runtime)]
-#![feature(c_unwind)]
+#![cfg_attr(bootstrap, feature(c_unwind))]
 // `real_imp` is unused with Miri, so silence warnings.
 #![cfg_attr(miri, allow(dead_code))]
 #![allow(internal_features)]