about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2022-12-08 08:52:07 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2022-12-09 14:59:39 +0000
commit75ff5c7dd3c50371f77ae29d43f87343d44b3829 (patch)
treed7c435931ada9a6e83bcf962882fa80dd2a17663 /compiler/rustc_interface/src
parent1c1d3570ee9f160827fdb99208c5afb4ca0cd0f9 (diff)
downloadrust-75ff5c7dd3c50371f77ae29d43f87343d44b3829.tar.gz
rust-75ff5c7dd3c50371f77ae29d43f87343d44b3829.zip
Fold `Definitions` into the untracked data
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/passes.rs2
1 files changed, 0 insertions, 2 deletions
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,