Inline write_dep_info query
This commit is contained in:
parent
391bdb3c12
commit
7332e79d5f
4 changed files with 9 additions and 12 deletions
|
@ -562,7 +562,7 @@ fn resolver_for_lowering_raw<'tcx>(
|
|||
(tcx.arena.alloc(Steal::new((untracked_resolver_for_lowering, Lrc::new(krate)))), resolutions)
|
||||
}
|
||||
|
||||
pub(crate) fn write_dep_info(tcx: TyCtxt<'_>) {
|
||||
pub fn write_dep_info(tcx: TyCtxt<'_>) {
|
||||
// Make sure name resolution and macro expansion is run for
|
||||
// the side-effect of providing a complete set of all
|
||||
// accessed files and env vars.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue