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_index/src | |
| parent | fbfaab2cb745e98ab0f01631803319fd4cce2709 (diff) | |
| download | rust-bd9556956ade485ae540fa6b25d2d2b1b2e8b958.tar.gz rust-bd9556956ade485ae540fa6b25d2d2b1b2e8b958.zip | |
fix feature use in rustc libs
Diffstat (limited to 'compiler/rustc_index/src')
| -rw-r--r-- | compiler/rustc_index/src/lib.rs | 1 |
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)] |
