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ยง