Crate rustc_incremental [−] [src]
Unstable (
rustc_private)Support for serializing the dep-graph and reloading it.
Traits
| SvhCalculate | [Unstable] |
Functions
| assert_dep_graph | [Unstable] |
| load_dep_graph |
[Unstable] If we are in incremental mode, and a previous dep-graph exists,
then load up those nodes/edges that are still valid into the
dep-graph for this session. (This is assumed to be running very
early in compilation, before we've really done any work, but
actually it doesn't matter all that much.) See |
| save_dep_graph | [Unstable] |