Skip to content

Commit 64fc9d2

Browse files
committed
Rollup merge of #47795 - avborhanian:master, r=rkruppe
Adding ICH to the glossary. Fixes #47782.
2 parents bacb5b7 + 0984ee3 commit 64fc9d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ pointers for understanding them better.
176176
- `'gcx` -- the lifetime of the global arena (see `librustc/ty`).
177177
- generics -- the set of generic type parameters defined on a type or item
178178
- ICE -- internal compiler error. When the compiler crashes.
179+
- ICH -- incremental compilation hash.
179180
- infcx -- the inference context (see `librustc/infer`)
180181
- MIR -- the **Mid-level IR** that is created after type-checking for use by borrowck and trans.
181182
Defined in the `src/librustc/mir/` module, but much of the code that manipulates it is

0 commit comments

Comments
 (0)