Skip to content

Commit 5987128

Browse files
committed
Auto merge of #2742 - petrochenkov:stabundle, r=Amanieu
Remove use of `feature(static_nobundle)` It's used in "rustc-dep-of-std" mode and prevents removal of this feature from rustc. (No need to publish a new libc version right now, the rustc PR is still waiting on some other work being finished.)
2 parents 6e2de91 + 7683ea2 commit 5987128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#![cfg_attr(feature = "rustc-dep-of-std", no_core)]
2727
#![cfg_attr(
2828
feature = "rustc-dep-of-std",
29-
feature(static_nobundle, native_link_modifiers, native_link_modifiers_bundle)
29+
feature(native_link_modifiers, native_link_modifiers_bundle)
3030
)]
3131
#![cfg_attr(libc_const_extern_fn, feature(const_extern_fn))]
3232

0 commit comments

Comments
 (0)