1
Fork 0

Rollup merge of #47795 - avborhanian:master, r=rkruppe

Adding ICH to the glossary.

Fixes #47782.
This commit is contained in:
kennytm 2018-01-31 22:11:12 +08:00
commit 64fc9d2b9e
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C

View file

@ -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