Adding ICH to the glossary.

This commit is contained in:
avborhanian 2018-02-03 00:51:25 -05:00 committed by Who? Me?!
parent c95e604602
commit 4489e9734f
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ HirId | identifies a particular node in the HIR by combining
'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.
ICH | incremental compilation hash.
infcx | the inference context (see `librustc/infer`)
MIR | the Mid-level IR that is created after type-checking for use by borrowck and trans ([see more](./mir.html))
obligation | something that must be proven by the trait system ([see more](trait-resolution.html))