Stabilise c_unwind

This commit is contained in:
Gary Guo
2023-08-25 13:45:35 +01:00
parent 5978f35330
commit ebdfcd93a3
11 changed files with 10 additions and 102 deletions

View File

@@ -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)]