1
Fork 0

Remove redundant #![feature(...)] 's from compiler/

This commit is contained in:
est31 2020-09-17 07:46:35 +02:00
parent 4fe6ca3789
commit ebdea01143
13 changed files with 0 additions and 26 deletions

View file

@ -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).