Remove unused features in compiler

This commit is contained in:
mu001999 2026-02-07 17:49:08 +08:00
parent 605f49b274
commit a07f837491
15 changed files with 9 additions and 25 deletions

View file

@ -4,11 +4,6 @@
//!
//! This API is completely unstable and subject to change.
// tidy-alphabetical-start
#![feature(if_let_guard)]
#![feature(map_try_insert)]
// tidy-alphabetical-end
use rustc_middle::query::Providers;
pub mod abi_test;