Module rustc_incremental::persist::load
source ยท Expand description
Code to load the dep-graph from files.
Enumsยง
- Represents the result of an attempt to load incremental compilation data.
Functionsยง
- load_
data ๐ - load_
dep_ ๐graph - Attempts to load the query result cache from disk
- Setups the dependency graph by loading an existing graph from disk and set up streaming of a new graph to an incremental session directory.