You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/glossary.md
+1-1Lines changed: 1 addition & 1 deletion
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. ICHs are used as fingerprints for things such as HIR and crate metadata, to check if changes have been made.
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. This is useful in incremental compilation to see if part of a crate has changed and should be recompiled.
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))
0 commit comments