Function rustc::hir::intravisit::walk_crate [] [src]

pub fn walk_crate<'v, V: Visitor<'v>>(visitor: &mut V, krate: &'v Crate)
🔬 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?

Walks the contents of a crate. See also Crate::visit_all_items.