Module rustc::hir::def_id [] [src]

Unstable (rustc_private)

Structs

DefId [Unstable]

A DefId identifies a particular definition, by combining a crate index and a def index.

DefIndex [Unstable]

A DefIndex is an index into the hir-map for a crate, identifying a particular definition. It should really be considered an interned shorthand for a particular DefPath.

Constants

CRATE_DEF_INDEX [Unstable]

The crate root is always assigned index 0 by the AST Map code, thanks to NodeCollector::new.