Skip to content

Commit 7a1e8f0

Browse files
committed
Stabilize the bundle native library modifier
1 parent 923314e commit 7a1e8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unwind/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![no_std]
22
#![unstable(feature = "panic_unwind", issue = "32837")]
33
#![feature(link_cfg)]
4-
#![feature(native_link_modifiers_bundle)]
4+
#![cfg_attr(bootstrap, feature(native_link_modifiers_bundle))]
55
#![feature(staged_api)]
66
#![feature(c_unwind)]
77
#![feature(cfg_target_abi)]

0 commit comments

Comments
 (0)