Querify registered_tools.

This commit is contained in:
Camille GILLOT 2023-03-06 10:56:23 +00:00
parent f540a25745
commit b7e2b049f3
9 changed files with 36 additions and 21 deletions

View file

@ -26,6 +26,11 @@ rustc_queries! {
desc { "triggering a delay span bug" }
}
query registered_tools(_: ()) -> &'tcx ty::RegisteredTools {
arena_cache
desc { "compute registered tools for crate" }
}
query resolutions(_: ()) -> &'tcx ty::ResolverGlobalCtxt {
feedable
no_hash