diff options
| author | Gary Guo <gary@garyguo.net> | 2023-08-25 13:45:35 +0100 |
|---|---|---|
| committer | Gary Guo <gary@garyguo.net> | 2024-06-19 13:54:51 +0100 |
| commit | ebdfcd93a3a71bde87be117bdb9e01e0ade34981 (patch) | |
| tree | 35ce018a8f62014411ac322ceaf2225b1ff7fd58 /library/alloc/src | |
| parent | 5978f353309af5131e16e67897292f659ad54d19 (diff) | |
| download | rust-ebdfcd93a3a71bde87be117bdb9e01e0ade34981.tar.gz rust-ebdfcd93a3a71bde87be117bdb9e01e0ade34981.zip | |
Stabilise c_unwind
Diffstat (limited to 'library/alloc/src')
| -rw-r--r-- | library/alloc/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 895d1b8d59f..022a14b931a 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -165,12 +165,12 @@ // // Language features: // tidy-alphabetical-start +#![cfg_attr(bootstrap, feature(c_unwind))] #![cfg_attr(not(test), feature(coroutine_trait))] #![cfg_attr(test, feature(panic_update_hook))] #![cfg_attr(test, feature(test))] #![feature(allocator_internals)] #![feature(allow_internal_unstable)] -#![feature(c_unwind)] #![feature(cfg_sanitize)] #![feature(const_mut_refs)] #![feature(const_precise_live_drops)] |
