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

pub fn walk_crate<'v, V>(visitor: &mut V, krate: &'v Crate) where V: Visitor<'v>
Unstable (rustc_private)

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