[][src]Module rustc_data_structures::svh

Calculation and management of a Strict Version Hash for crates

The SVH is used for incremental compilation to track when HIR nodes have changed between compilations, and also to detect mismatches where we have two versions of the same crate that were compiled from distinct sources.

Structs

Svh