Fold Definitions
into the untracked data
This commit is contained in:
parent
1c1d3570ee
commit
75ff5c7dd3
10 changed files with 49 additions and 70 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue