Module rustc_incremental::persist::load[][src]

Expand description

Code to save/load the dep-graph from files.

Enums

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