]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_index/src/lib.rs
move core::hint::black_box under its own feature gate
[rust.git] / compiler / rustc_index / src / lib.rs
index 9c306d02512007b4b94f4845d1d3475e5c90fe59..4036f4da1a76b6a475aba11e42c01bb4d4e3f1b8 100644 (file)
@@ -1,4 +1,6 @@
 #![feature(allow_internal_unstable)]
+#![feature(bench_black_box)]
+#![feature(const_fn)]
 #![feature(const_panic)]
 #![feature(extend_one)]
 #![feature(iter_zip)]