summary refs log tree commit diff
path: root/src/librustc/hir/map/README.md
blob: 34ed325705ab98c231f0ae9ac578fd252c6a6f1d (plain)
1
2
3
4
The HIR map, accessible via `tcx.hir`, allows you to quickly navigate the
HIR and convert between various forms of identifiers. See [the HIR README] for more information.

[the HIR README]: ../README.md