Skip to content

Commit 8ac818f

Browse files
committed
Stabilize native library modifier syntax and the whole-archive modifier specifically
1 parent a0e010f commit 8ac818f

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)]
4+
#![cfg_attr(bootstrap, feature(native_link_modifiers))]
55
#![feature(native_link_modifiers_bundle)]
66
#![feature(nll)]
77
#![feature(staged_api)]

0 commit comments

Comments
 (0)