about summary refs log tree commit diff
path: root/compiler/rustc_infer/src
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_infer/src
parentfbfaab2cb745e98ab0f01631803319fd4cce2709 (diff)
downloadrust-bd9556956ade485ae540fa6b25d2d2b1b2e8b958.tar.gz
rust-bd9556956ade485ae540fa6b25d2d2b1b2e8b958.zip
fix feature use in rustc libs
Diffstat (limited to 'compiler/rustc_infer/src')
-rw-r--r--compiler/rustc_infer/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_infer/src/lib.rs b/compiler/rustc_infer/src/lib.rs
index 25a262d7e48..15b4a7ed207 100644
--- a/compiler/rustc_infer/src/lib.rs
+++ b/compiler/rustc_infer/src/lib.rs
@@ -16,7 +16,6 @@
 #![feature(bool_to_option)]
 #![feature(box_patterns)]
 #![feature(box_syntax)]
-#![feature(const_fn)]
 #![feature(const_panic)]
 #![feature(extend_one)]
 #![feature(iter_zip)]