Skip to content

Commit 03da945

Browse files
committed
Auto merge of #95818 - petrochenkov:stabundle, r=wesleywiser
Stabilize the `bundle` native library modifier And remove the legacy `static-nobundle` linking kind. Stabilization report - rust-lang/rust#95818 (comment). cc #81490 Closes #37403
2 parents d3ecbc9 + 7a1e8f0 commit 03da945

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)