Crate rustc_query_impl

source ·
Expand description

Support for serializing the dep-graph and reloading it.

Modules

Structs

  • Provides an interface to incremental compilation data cached from the previous compilation session. This data will eventually include the results of a few selected queries (like typeck and mir_optimized) and any side effects that have been emitted during a query.

Statics

Traits

Functions