Skip to content

Commit 3d771b7

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

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)