From 75ff5c7dd3c50371f77ae29d43f87343d44b3829 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Thu, 8 Dec 2022 08:52:07 +0000 Subject: Fold `Definitions` into the untracked data --- compiler/rustc_interface/src/passes.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/rustc_interface/src') diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs index 4748aea54e3..89d9450cf4e 100644 --- a/compiler/rustc_interface/src/passes.rs +++ b/compiler/rustc_interface/src/passes.rs @@ -805,7 +805,6 @@ pub fn create_global_ctxt<'tcx>( }); let ty::ResolverOutputs { - definitions, global_ctxt: untracked_resolutions, ast_lowering: untracked_resolver_for_lowering, untracked, @@ -818,7 +817,6 @@ pub fn create_global_ctxt<'tcx>( lint_store, arena, hir_arena, - definitions, untracked_resolutions, untracked, krate, -- cgit 1.4.1-3-g733a5