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.