Module rustc::hir::map::def_collector[][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?

Re-exports

use hir::map::definitions::*;
use hir::def_id::CRATE_DEF_INDEX;
use hir::def_id::DefIndex;
use hir::def_id::DefIndexAddressSpace;
use session::CrateDisambiguator;
use syntax::ast::*;
use syntax::ext::hygiene::Mark;
use syntax::visit;
use syntax::symbol::keywords;
use syntax::symbol::Symbol;
use syntax::parse::token;
use syntax::parse::token::Token;
use syntax_pos::Span;
use hir::map::ITEM_LIKE_SPACE;
use hir::map::REGULAR_SPACE;

Structs

DefCollector [
Experimental
]

Creates def ids for nodes in the AST.

MacroInvocationData [
Experimental
]