Function rustc_ast_lowering::compute_hir_hash
source · pub(crate) fn compute_hir_hash(
tcx: TyCtxt<'_>,
owners: &IndexSlice<LocalDefId, MaybeOwner<&OwnerInfo<'_>>>
) -> Fingerprint
Expand description
Compute the hash for the HIR of the full crate. This hash will then be part of the crate_hash which is stored in the metadata.