We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bacb5c5 commit 0984ee3Copy full SHA for 0984ee3
src/librustc/README.md
@@ -176,6 +176,7 @@ pointers for understanding them better.
176
- `'gcx` -- the lifetime of the global arena (see `librustc/ty`).
177
- generics -- the set of generic type parameters defined on a type or item
178
- ICE -- internal compiler error. When the compiler crashes.
179
+- ICH -- incremental compilation hash.
180
- infcx -- the inference context (see `librustc/infer`)
181
- MIR -- the **Mid-level IR** that is created after type-checking for use by borrowck and trans.
182
Defined in the `src/librustc/mir/` module, but much of the code that manipulates it is
0 commit comments