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

@ -2,7 +2,7 @@
#![unstable(feature = "panic_unwind", issue = "32837")]
#![feature(link_cfg)]
#![feature(staged_api)]
#![feature(c_unwind)]
#![cfg_attr(bootstrap, feature(c_unwind))]
#![feature(strict_provenance)]
#![cfg_attr(target_arch = "wasm64", feature(simd_wasm64))]
#![cfg_attr(not(target_env = "msvc"), feature(libc))]