Module map

Source
Expand description

This module used to contain a type called Map. That type has since been eliminated, and all its methods are now on TyCtxt. But the module name stays as map because there isn’t an obviously better name for it.

StructsΒ§

ItemCollector πŸ”’
ParentHirIterator πŸ”’
An iterator that walks up the ancestor tree of a given HirId. Constructed using tcx.hir_parent_iter(hir_id).
ParentOwnerIterator
An iterator that walks up the ancestor tree of a given HirId. Constructed using tcx.hir_parent_owner_iter(hir_id).

FunctionsΒ§

crate_hash πŸ”’
hir_crate_items πŸ”’
hir_module_items πŸ”’
upstream_crates πŸ”’