From fd29f74ff8d787f707a40bc5dbcd8f7827100f5e Mon Sep 17 00:00:00 2001 From: clubby789 Date: Sun, 14 Jan 2024 20:08:47 +0000 Subject: Remove unused features --- compiler/rustc_interface/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'compiler/rustc_interface/src') diff --git a/compiler/rustc_interface/src/lib.rs b/compiler/rustc_interface/src/lib.rs index 764306ce6ec..69414a13795 100644 --- a/compiler/rustc_interface/src/lib.rs +++ b/compiler/rustc_interface/src/lib.rs @@ -1,12 +1,9 @@ -#![feature(box_patterns)] #![feature(decl_macro)] #![feature(error_iter)] -#![feature(internal_output_capture)] #![feature(lazy_cell)] #![feature(let_chains)] #![feature(thread_spawn_unchecked)] #![feature(try_blocks)] -#![recursion_limit = "256"] #![deny(rustc::untranslatable_diagnostic)] #![deny(rustc::diagnostic_outside_of_impl)] -- cgit 1.4.1-3-g733a5