Skip to content

Commit 4a72994

Browse files
avborhanianmark-i-m
authored andcommitted
Update glossary.md
1 parent e022bcd commit 4a72994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ HirId | identifies a particular node in the HIR by combining
1414
'gcx | the lifetime of the global arena ([see more](ty.html))
1515
generics | the set of generic type parameters defined on a type or item
1616
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.
1818
infcx | the inference context (see `librustc/infer`)
1919
MIR | the Mid-level IR that is created after type-checking for use by borrowck and trans ([see more](./mir.html))
2020
obligation | something that must be proven by the trait system ([see more](trait-resolution.html))

0 commit comments

Comments
 (0)