mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 14:57:14 +00:00
Adding ICH to the glossary.
This commit is contained in:
parent
bacb5c58df
commit
0984ee3051
@ -176,6 +176,7 @@ pointers for understanding them better.
|
|||||||
- `'gcx` -- the lifetime of the global arena (see `librustc/ty`).
|
- `'gcx` -- the lifetime of the global arena (see `librustc/ty`).
|
||||||
- generics -- the set of generic type parameters defined on a type or item
|
- generics -- the set of generic type parameters defined on a type or item
|
||||||
- ICE -- internal compiler error. When the compiler crashes.
|
- ICE -- internal compiler error. When the compiler crashes.
|
||||||
|
- ICH -- incremental compilation hash.
|
||||||
- infcx -- the inference context (see `librustc/infer`)
|
- infcx -- the inference context (see `librustc/infer`)
|
||||||
- MIR -- the **Mid-level IR** that is created after type-checking for use by borrowck and trans.
|
- 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
|
Defined in the `src/librustc/mir/` module, but much of the code that manipulates it is
|
||||||
|
Loading…
Reference in New Issue
Block a user