From 3301ac5f7ba902d445e9484e1e73d80763de4a7e Mon Sep 17 00:00:00 2001 From: Camille GILLOT Date: Sun, 30 Jan 2022 15:41:35 +0100 Subject: Integrate stable feature checking into a query. --- compiler/rustc_interface/src/passes.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'compiler/rustc_interface/src') diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs index 998661d635a..fb6897c7d89 100644 --- a/compiler/rustc_interface/src/passes.rs +++ b/compiler/rustc_interface/src/passes.rs @@ -1054,11 +1054,6 @@ fn run_required_analyses(tcx: TyCtxt<'_>) { tcx.ensure_ok().check_mod_unstable_api_usage(module); }); }, - { - sess.time("unused_lib_feature_checking", || { - rustc_passes::stability::check_unused_or_stable_features(tcx) - }); - }, { // We force these queries to run, // since they might not otherwise get called. -- cgit 1.4.1-3-g733a5