about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authoravborhanian <dobbybabee@gmail.com>2018-02-03 00:51:25 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-02-04 13:13:17 -0600
commitf2a5c4b57b0d1f985737f23fb2a3d819df030df1 (patch)
tree3abd15f56498b7e9e83c0ce1f2d06fc995e8f2ec /src/doc/rustc-dev-guide
parent0d2e27c3d03fd58a026ab2fb2fd099559d0f458c (diff)
downloadrust-f2a5c4b57b0d1f985737f23fb2a3d819df030df1.tar.gz
rust-f2a5c4b57b0d1f985737f23fb2a3d819df030df1.zip
Adding ICH to the glossary.
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/glossary.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/glossary.md b/src/doc/rustc-dev-guide/src/glossary.md
index 3202e5f4ce3..186e1a4c793 100644
--- a/src/doc/rustc-dev-guide/src/glossary.md
+++ b/src/doc/rustc-dev-guide/src/glossary.md
@@ -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))