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

This module contains HashStable implementations for various HIR data types in no particular order.

Re-exports

use hir;
use hir::map::DefPathHash;
use hir::def_id::DefId;
use hir::def_id::LocalDefId;
use hir::def_id::CrateNum;
use hir::def_id::CRATE_DEF_INDEX;
use ich::StableHashingContext;
use ich::NodeIdHashingMode;
use rustc_data_structures::stable_hasher::HashStable;
use rustc_data_structures::stable_hasher::ToStableHashKey;
use rustc_data_structures::stable_hasher::StableHasher;
use rustc_data_structures::stable_hasher::StableHasherResult;
use std::mem;
use syntax::ast;
use syntax::attr;