]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_llvm/src/lib.rs
Rollup merge of #89951 - ojeda:stable-unwrap_unchecked, r=dtolnay
[rust.git] / compiler / rustc_llvm / src / lib.rs
index 6493bd91ca27a836c54cb21bd80914b654474e6f..8476c2bfcc431ca7c8fe0a2e26323b4b6a9e918b 100644 (file)
@@ -1,5 +1,5 @@
 #![feature(nll)]
-#![feature(static_nobundle)]
+#![feature(native_link_modifiers)]
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 
 // NOTE: This crate only exists to allow linking on mingw targets.