diff options
| author | Ralf Jung <post@ralfj.de> | 2021-04-18 22:05:45 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2021-04-18 22:05:45 +0200 |
| commit | bd9556956ade485ae540fa6b25d2d2b1b2e8b958 (patch) | |
| tree | f5e75af6a122e641e6db8774ed8e1e52af6be08b /compiler/rustc_infer/src | |
| parent | fbfaab2cb745e98ab0f01631803319fd4cce2709 (diff) | |
| download | rust-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.rs | 1 |
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)] |
