X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=library%2Fcore%2Fsrc%2Flib.rs;h=9cbfbbb9f399c67432f8243d2dd218509d3eec21;hb=56f132565eb31eeb9ec7e1800a6ab2ca354e710e;hp=2fd8180f8b2a29a829c028a03dfe02fad512b1f4;hpb=e11511dfa648186b809cf2cd458af2110f5a6809;p=rust.git diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index 2fd8180f8b2..9cbfbbb9f39 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -174,6 +174,7 @@ #![feature(allow_internal_unstable)] #![feature(associated_type_bounds)] #![feature(auto_traits)] +#![feature(c_unwind)] #![feature(cfg_sanitize)] #![feature(cfg_target_has_atomic)] #![feature(cfg_target_has_atomic_equal_alignment)]