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.
  • query_impl 🔒

Structs§

Constants§

Traits§

  • This is implemented per query. It allows restoring query values from their erased state and constructing a QueryConfig.

Functions§