about summary refs log tree commit diff
path: root/library/std/src/lib.rs
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/std/src/lib.rs
parent5978f353309af5131e16e67897292f659ad54d19 (diff)
downloadrust-ebdfcd93a3a71bde87be117bdb9e01e0ade34981.tar.gz
rust-ebdfcd93a3a71bde87be117bdb9e01e0ade34981.zip
Stabilise c_unwind
Diffstat (limited to 'library/std/src/lib.rs')
-rw-r--r--library/std/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 1c226f9f08f..80f67838ac0 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -273,12 +273,12 @@
 //
 // Language features:
 // tidy-alphabetical-start
+#![cfg_attr(bootstrap, feature(c_unwind))]
 #![feature(alloc_error_handler)]
 #![feature(allocator_internals)]
 #![feature(allow_internal_unsafe)]
 #![feature(allow_internal_unstable)]
 #![feature(asm_experimental_arch)]
-#![feature(c_unwind)]
 #![feature(cfg_sanitizer_cfi)]
 #![feature(cfg_target_thread_local)]
 #![feature(cfi_encoding)]