about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAraam Borhanian <avborhanian@gmail.com>2018-01-26 21:10:35 -0500
committerAraam Borhanian <avborhanian@gmail.com>2018-01-26 21:10:35 -0500
commit0984ee3051f446e02e85237349c17954314676fa (patch)
treee0449298c5770774ebf8230e10eb97ac56787794
parentbacb5c58dfdde7c35e99b2b0d8171238cc33cf6c (diff)
downloadrust-0984ee3051f446e02e85237349c17954314676fa.tar.gz
rust-0984ee3051f446e02e85237349c17954314676fa.zip
Adding ICH to the glossary.
-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