Module rustc_query_system::query::plumbing

source ·
Expand description

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§

  • JobOwner 🔒
    A type representing the responsibility to execute the job in the job field. This will poison the relevant query if dropped.

Enums§

Functions§