Skip to content

Commit 409cf02

Browse files
committed
Auto merge of rust-lang#90205 - mati865:link-modifiers-in-rustc, r=petrochenkov
Repace use of `static_nobundle` with `native_link_modifiers` within Rust codebase This fixes warnings when building Rust and running tests: ``` warning: library kind `static-nobundle` has been superseded by specifying `-bundle` on library kind `static`. Try `static:-bundle` warning: `rustc_llvm` (lib) generated 2 warnings (1 duplicate) ```
2 parents 71354f6 + 7b8f89c commit 409cf02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unwind/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#![feature(native_link_modifiers_bundle)]
66
#![feature(nll)]
77
#![feature(staged_api)]
8-
#![feature(static_nobundle)]
98
#![feature(c_unwind)]
109
#![cfg_attr(not(target_env = "msvc"), feature(libc))]
1110

0 commit comments

Comments
 (0)