From 312f9644784f81cb622f6198756afd2843d7d512 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Mon, 31 May 2021 12:09:24 +0200 Subject: Remove unused feature gates --- compiler/rustc_target/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/rustc_target/src') diff --git a/compiler/rustc_target/src/lib.rs b/compiler/rustc_target/src/lib.rs index a40de5ef18e..cb8f6b9656c 100644 --- a/compiler/rustc_target/src/lib.rs +++ b/compiler/rustc_target/src/lib.rs @@ -9,13 +9,11 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![feature(bool_to_option)] -#![feature(const_panic)] #![feature(nll)] #![feature(never_type)] #![feature(associated_type_bounds)] #![feature(exhaustive_patterns)] #![feature(min_specialization)] -#![feature(trusted_step)] use std::path::{Path, PathBuf}; -- cgit 1.4.1-3-g733a5