Skip to content

Commit

Permalink
Rollup merge of rust-lang#47795 - avborhanian:master, r=rkruppe
Browse files Browse the repository at this point in the history
Adding ICH to the glossary.

Fixes rust-lang#47782.
  • Loading branch information
kennytm committed Jan 31, 2018
2 parents bacb5b7 + 0984ee3 commit 64fc9d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64fc9d2

Please sign in to comment.