Module rustc::ich [] [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?

ICH - Incremental Compilation Hash

Structs

CachingCodemapView [
Experimental
]
Fingerprint [
Experimental
]
StableHashingContext [
Experimental
]

This is the context state available during incr. comp. hashing. It contains enough information to transform DefIds and HirIds into stable DefPaths (i.e. a reference to the TyCtxt) and it holds a few caches for speeding up various things (e.g. each DefId/DefPath is only hashed once).

Enums

NodeIdHashingMode [
Experimental
]

Constants

ATTR_CLEAN [
Experimental
]
ATTR_DIRTY [
Experimental
]
ATTR_IF_THIS_CHANGED [
Experimental
]
ATTR_PARTITION_REUSED [
Experimental
]
ATTR_PARTITION_TRANSLATED [
Experimental
]
ATTR_THEN_THIS_WOULD_NEED [
Experimental
]
DEP_GRAPH_ASSERT_ATTRS [
Experimental
]
IGNORED_ATTRIBUTES [
Experimental
]

Functions

hash_stable_trait_impls [
Experimental
]