about summary refs log tree commit diff
path: root/compiler/rustc_index
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2021-04-18 22:05:45 +0200
committerRalf Jung <post@ralfj.de>2021-04-18 22:05:45 +0200
commitbd9556956ade485ae540fa6b25d2d2b1b2e8b958 (patch)
treef5e75af6a122e641e6db8774ed8e1e52af6be08b /compiler/rustc_index
parentfbfaab2cb745e98ab0f01631803319fd4cce2709 (diff)
downloadrust-bd9556956ade485ae540fa6b25d2d2b1b2e8b958.tar.gz
rust-bd9556956ade485ae540fa6b25d2d2b1b2e8b958.zip
fix feature use in rustc libs
Diffstat (limited to 'compiler/rustc_index')
-rw-r--r--compiler/rustc_index/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_index/src/lib.rs b/compiler/rustc_index/src/lib.rs
index 3ced3920cfd..9c306d02512 100644
--- a/compiler/rustc_index/src/lib.rs
+++ b/compiler/rustc_index/src/lib.rs
@@ -1,5 +1,4 @@
 #![feature(allow_internal_unstable)]
-#![feature(const_fn)]
 #![feature(const_panic)]
 #![feature(extend_one)]
 #![feature(iter_zip)]