about summary refs log tree commit diff
path: root/library/core/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-06-20 11:22:59 +0000
committerbors <bors@rust-lang.org>2024-06-20 11:22:59 +0000
commit1aaab8b9f8dc488cadc4f083b3a11fb11b45cb77 (patch)
treebf9ae5334d13d7b36955e3815a3f02c0d5a90151 /library/core/src
parent1d96de2a20e963abb8923dfa3c6175517dfb9d2c (diff)
parentbb2716effde9713efad15c269b35779a79c90271 (diff)
downloadrust-1aaab8b9f8dc488cadc4f083b3a11fb11b45cb77.tar.gz
rust-1aaab8b9f8dc488cadc4f083b3a11fb11b45cb77.zip
Auto merge of #116088 - nbdd0121:unwind, r=Amanieu,RalfJung
Stabilise `c_unwind`

Fix #74990
Fix #115285 (that's also where FCP is happening)

Marking as draft PR for now due to `compiler_builtins` issues

r? `@Amanieu`
Diffstat (limited to 'library/core/src')
-rw-r--r--library/core/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs
index ef28bc99c4f..a533a7938f1 100644
--- a/library/core/src/lib.rs
+++ b/library/core/src/lib.rs
@@ -199,13 +199,13 @@
 //
 // Language features:
 // tidy-alphabetical-start
+#![cfg_attr(bootstrap, feature(c_unwind))]
 #![feature(abi_unadjusted)]
 #![feature(adt_const_params)]
 #![feature(allow_internal_unsafe)]
 #![feature(allow_internal_unstable)]
 #![feature(asm_const)]
 #![feature(auto_traits)]
-#![feature(c_unwind)]
 #![feature(cfg_sanitize)]
 #![feature(cfg_target_has_atomic)]
 #![feature(cfg_target_has_atomic_equal_alignment)]