File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ DAG | a directed acyclic graph is used during compilation t
13
13
DefId | an index identifying a definition (see ` librustc/hir/def_id.rs ` ). Uniquely identifies a ` DefPath ` .
14
14
HIR | the High-level IR, created by lowering and desugaring the AST ([ see more] ( hir.html ) )
15
15
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.
16
17
'gcx | the lifetime of the global arena ([ see more] ( ty.html ) )
17
18
generics | the set of generic type parameters defined on a type or item
18
19
ICE | internal compiler error. When the compiler crashes.
You can’t perform that action at this time.
0 commit comments