diff options
| author | est31 <MTest31@outlook.com> | 2020-09-17 07:46:35 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2020-09-17 07:58:45 +0200 |
| commit | ebdea011436dfea810ff1bbd827636ac75f6f092 (patch) | |
| tree | b6608deccfc359698b42ecd816dde817d3d12f8b /compiler/rustc_codegen_ssa/src | |
| parent | 4fe6ca37898bcd65488764f2679e27c936879ade (diff) | |
| download | rust-ebdea011436dfea810ff1bbd827636ac75f6f092.tar.gz rust-ebdea011436dfea810ff1bbd827636ac75f6f092.zip | |
Remove redundant #![feature(...)] 's from compiler/
Diffstat (limited to 'compiler/rustc_codegen_ssa/src')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_ssa/src/lib.rs b/compiler/rustc_codegen_ssa/src/lib.rs index 73e33369175..a87ce1446ba 100644 --- a/compiler/rustc_codegen_ssa/src/lib.rs +++ b/compiler/rustc_codegen_ssa/src/lib.rs @@ -8,8 +8,6 @@ #![feature(or_patterns)] #![feature(trusted_len)] #![feature(associated_type_bounds)] -#![feature(const_fn)] // for rustc_index::newtype_index -#![feature(const_panic)] // for rustc_index::newtype_index #![recursion_limit = "256"] //! This crate contains codegen code that is used by all codegen backends (LLVM and others). |
