Module rustc::hir::svh
[−]
[src]
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
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 |
[ Experimental ]
|