Remove untracked_crate
field and instead pass it along with the resolver.
This commit is contained in:
parent
194b4a2adb
commit
33b6a7790e
5 changed files with 9 additions and 12 deletions
|
@ -32,7 +32,7 @@ rustc_queries! {
|
|||
desc { "getting the resolver outputs" }
|
||||
}
|
||||
|
||||
query resolver_for_lowering(_: ()) -> &'tcx Steal<ty::ResolverAstLowering> {
|
||||
query resolver_for_lowering(_: ()) -> &'tcx Steal<(ty::ResolverAstLowering, Lrc<ast::Crate>)> {
|
||||
feedable
|
||||
no_hash
|
||||
desc { "getting the resolver for lowering" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue