1
Fork 0

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

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