Stuff a TyCtxt into the Resolver
This commit is contained in:
parent
9fb91b8742
commit
4953d70e2f
5 changed files with 32 additions and 41 deletions
|
@ -110,7 +110,7 @@ impl<'r, 'a, 'tcx> EffectiveVisibilitiesVisitor<'r, 'a, 'tcx> {
|
|||
r.effective_visibilities.update_eff_vis(
|
||||
r.local_def_id(node_id),
|
||||
eff_vis,
|
||||
ResolverTree(&r.untracked),
|
||||
ResolverTree(&r.tcx.untracked()),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue