about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-01-31 22:11:12 +0800
committerkennytm <kennytm@gmail.com>2018-01-31 22:11:12 +0800
commit64fc9d2b9e7c64f8eff6c8464406d62cbf1ea6ac (patch)
tree5a1fb1a0bc5475ecddcac65b5687ab7d5f2e1c07
parentbacb5b72246c2c78a7a40c4d57309bc7bf43282e (diff)
parent0984ee3051f446e02e85237349c17954314676fa (diff)
downloadrust-64fc9d2b9e7c64f8eff6c8464406d62cbf1ea6ac.tar.gz
rust-64fc9d2b9e7c64f8eff6c8464406d62cbf1ea6ac.zip
Rollup merge of #47795 - avborhanian:master, r=rkruppe
Adding ICH to the glossary.

Fixes #47782.
-rw-r--r--src/librustc/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc/README.md b/src/librustc/README.md
index ddf71a06d60..722456a76ce 100644
--- a/src/librustc/README.md
+++ b/src/librustc/README.md
@@ -176,6 +176,7 @@ pointers for understanding them better.
 - `'gcx` -- the lifetime of the global arena (see `librustc/ty`).
 - 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.
   Defined in the `src/librustc/mir/` module, but much of the code that manipulates it is