File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ HirId | identifies a particular node in the HIR by combining
14
14
'gcx | the lifetime of the global arena ([ see more] ( ty.html ) )
15
15
generics | the set of generic type parameters defined on a type or item
16
16
ICE | internal compiler error. When the compiler crashes.
17
- ICH | incremental compilation hash.
17
+ ICH | incremental compilation hash. ICHs are used as fingerprints for things such as HIR and crate metadata, to check if changes have been made.
18
18
infcx | the inference context (see ` librustc/infer ` )
19
19
MIR | the Mid-level IR that is created after type-checking for use by borrowck and trans ([ see more] ( ./mir.html ) )
20
20
obligation | something that must be proven by the trait system ([ see more] ( trait-resolution.html ) )
You can’t perform that action at this time.
0 commit comments