Module rustc_incremental::persist::load
source · [−]Expand description
Code to save/load the dep-graph from files.
Enums
Represents the result of an attempt to load incremental compilation data.
Either a result that has already be computed or a
handle that will let us wait until it is computed
by a background thread.
Functions
Launch a thread and load the dependency graph in the background.
Attempts to load the query result cache from disk
Type Definitions
An asynchronous type for computing the dependency graph.