Crate rustc_query_impl
source ·Expand description
Support for serializing the dep-graph and reloading it.
Modules
- plumbing 🔒The implementation of the query system itself. This defines the macros that generate the actual methods on tcx which find and execute the provider, manage the caches, and so forth.
Structs
Constants
Traits
- This is implemented per query. It allows restoring query values from their erased state and constructing a QueryConfig.
Functions
- All self-profiling events generated by the query engine use virtual
StringId
s for theirevent_id
. This method makes all those virtualStringId
s point to actual strings. - engine 🔒