Querify registered_tools.
This commit is contained in:
parent
f540a25745
commit
b7e2b049f3
9 changed files with 36 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue