We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bundle
1 parent 923314e commit 7a1e8f0Copy full SHA for 7a1e8f0
unwind/src/lib.rs
@@ -1,7 +1,7 @@
1
#![no_std]
2
#![unstable(feature = "panic_unwind", issue = "32837")]
3
#![feature(link_cfg)]
4
-#![feature(native_link_modifiers_bundle)]
+#![cfg_attr(bootstrap, feature(native_link_modifiers_bundle))]
5
#![feature(staged_api)]
6
#![feature(c_unwind)]
7
#![feature(cfg_target_abi)]
0 commit comments