Skip to content

Commit 9f0be41

Browse files
committed
Add HIR MAP to glossary
1 parent b35bd94 commit 9f0be41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/glossary.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ DAG | a directed acyclic graph is used during compilation t
1313
DefId | an index identifying a definition (see `librustc/hir/def_id.rs`). Uniquely identifies a `DefPath`.
1414
HIR | the High-level IR, created by lowering and desugaring the AST ([see more](hir.html))
1515
HirId | identifies a particular node in the HIR by combining a def-id with an "intra-definition offset".
16+
HIR Map | The HIR map, accessible via tcx.hir, allows you to quickly navigate the HIR and convert between various forms of identifiers.
1617
'gcx | the lifetime of the global arena ([see more](ty.html))
1718
generics | the set of generic type parameters defined on a type or item
1819
ICE | internal compiler error. When the compiler crashes.

0 commit comments

Comments
 (0)