Skip to content

Commit

Permalink
Add HIR MAP to glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-i-m committed Feb 23, 2018
1 parent b35bd94 commit 9f0be41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ DAG | a directed acyclic graph is used during compilation t
DefId | an index identifying a definition (see `librustc/hir/def_id.rs`). Uniquely identifies a `DefPath`.
HIR | the High-level IR, created by lowering and desugaring the AST ([see more](hir.html))
HirId | identifies a particular node in the HIR by combining a def-id with an "intra-definition offset".
HIR Map | The HIR map, accessible via tcx.hir, allows you to quickly navigate the HIR and convert between various forms of identifiers.
'gcx | the lifetime of the global arena ([see more](ty.html))
generics | the set of generic type parameters defined on a type or item
ICE | internal compiler error. When the compiler crashes.
Expand Down

0 comments on commit 9f0be41

Please sign in to comment.