We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
feature(static_nobundle)
1 parent 53f78cd commit 7683ea2Copy full SHA for 7683ea2
src/lib.rs
@@ -26,7 +26,7 @@
26
#![cfg_attr(feature = "rustc-dep-of-std", no_core)]
27
#![cfg_attr(
28
feature = "rustc-dep-of-std",
29
- feature(static_nobundle, native_link_modifiers, native_link_modifiers_bundle)
+ feature(native_link_modifiers, native_link_modifiers_bundle)
30
)]
31
#![cfg_attr(libc_const_extern_fn, feature(const_extern_fn))]
32
0 commit comments