]> git.proxmox.com Git - rustc.git/blobdiff - library/unwind/src/lib.rs
New upstream version 1.61.0+dfsg1
[rustc.git] / library / unwind / src / lib.rs
index 079626f0fea54c38755fbc1a7be8af9918890643..82f1e63f4b54f929c88b313ecce03d489a09f489 100644 (file)
@@ -1,7 +1,7 @@
 #![no_std]
 #![unstable(feature = "panic_unwind", issue = "32837")]
 #![feature(link_cfg)]
-#![feature(native_link_modifiers)]
+#![cfg_attr(bootstrap, feature(native_link_modifiers))]
 #![feature(native_link_modifiers_bundle)]
 #![feature(nll)]
 #![feature(staged_api)]