]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_llvm/src/lib.rs
Auto merge of #99028 - tmiasko:inline, r=estebank
[rust.git] / compiler / rustc_codegen_llvm / src / lib.rs
index 6713a75673550839bbc043d203149b9d97345975..a7dd8e16d28eb7195ecccdfda308a4f708388d2a 100644 (file)
@@ -5,6 +5,7 @@
 //! This API is completely unstable and subject to change.
 
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
+#![feature(hash_raw_entry)]
 #![feature(let_chains)]
 #![feature(let_else)]
 #![feature(extern_types)]