Skip to content

Commit

Permalink
Auto merge of #95818 - petrochenkov:stabundle, r=wesleywiser
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Jun 10, 2022
2 parents d3ecbc9 + 7a1e8f0 commit 03da945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unwind/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![no_std]
#![unstable(feature = "panic_unwind", issue = "32837")]
#![feature(link_cfg)]
#![feature(native_link_modifiers_bundle)]
#![cfg_attr(bootstrap, feature(native_link_modifiers_bundle))]
#![feature(staged_api)]
#![feature(c_unwind)]
#![feature(cfg_target_abi)]
Expand Down

0 comments on commit 03da945

Please sign in to comment.