X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_index%2Fsrc%2Flib.rs;h=4036f4da1a76b6a475aba11e42c01bb4d4e3f1b8;hb=23d54ad96f10ba1e468a167b2dc6940478e850d6;hp=9c306d02512007b4b94f4845d1d3475e5c90fe59;hpb=bd9556956ade485ae540fa6b25d2d2b1b2e8b958;p=rust.git diff --git a/compiler/rustc_index/src/lib.rs b/compiler/rustc_index/src/lib.rs index 9c306d02512..4036f4da1a7 100644 --- a/compiler/rustc_index/src/lib.rs +++ b/compiler/rustc_index/src/lib.rs @@ -1,4 +1,6 @@ #![feature(allow_internal_unstable)] +#![feature(bench_black_box)] +#![feature(const_fn)] #![feature(const_panic)] #![feature(extend_one)] #![feature(iter_zip)]