Feed resolutions query instead of it being a thin wrapper around an untracked field

This commit is contained in:
Oli Scherer
2022-12-05 16:19:14 +00:00
parent 222d1ff68d
commit 408ae0fcb9
4 changed files with 6 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ rustc_queries! {
}
query resolutions(_: ()) -> &'tcx ty::ResolverGlobalCtxt {
eval_always
feedable
no_hash
desc { "getting the resolver outputs" }
}