Module rustc_middle::hir::map
source · Structs
- An iterator that walks up the ancestor tree of a given
HirId
. Constructed usingtcx.hir().parent_iter(hir_id)
. - An iterator that walks up the ancestor tree of a given
HirId
. Constructed usingtcx.hir().parent_owner_iter(hir_id)
.