diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-12-08 08:52:07 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-12-09 14:59:39 +0000 |
| commit | 75ff5c7dd3c50371f77ae29d43f87343d44b3829 (patch) | |
| tree | d7c435931ada9a6e83bcf962882fa80dd2a17663 /compiler/rustc_interface/src | |
| parent | 1c1d3570ee9f160827fdb99208c5afb4ca0cd0f9 (diff) | |
| download | rust-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.rs | 2 |
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, |
