We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d3038 commit e022bcdCopy full SHA for e022bcd
src/glossary.md
@@ -14,6 +14,7 @@ HirId | identifies a particular node in the HIR by combining
14
'gcx | the lifetime of the global arena ([see more](ty.html))
15
generics | the set of generic type parameters defined on a type or item
16
ICE | internal compiler error. When the compiler crashes.
17
+ICH | incremental compilation hash.
18
infcx | the inference context (see `librustc/infer`)
19
MIR | the Mid-level IR that is created after type-checking for use by borrowck and trans ([see more](./mir.html))
20
obligation | something that must be proven by the trait system ([see more](trait-resolution.html))
0 commit comments