[][src]Module rustc::ich::hcx

🔬 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?

Structs

BodyResolver [
Experimental
]

The BodyResolver allows to map a BodyId to the corresponding hir::Body. We could also just store a plain reference to the hir::Crate but we want to avoid that the crate is used to get untracked access to all of the HIR.

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
]

Traits

StableHashingContextProvider [
Experimental
]

Something that can provide a stable hashing context.

Functions

compute_ignored_attr_names [
Experimental
]
hash_stable_trait_impls [
Experimental
]