We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557f806 commit d4ae7b0Copy full SHA for d4ae7b0
src/identifiers.md
@@ -27,7 +27,7 @@ like macro expansion and name resolution.
27
The HIR uses a bunch of different identifiers that coexist and serve different purposes.
28
29
- A [`DefId`], as the name suggests, identifies a particular definition, or top-level
30
- item, in a given grate. It is composed of two parts: a [`CrateNum`] which identifies
+ item, in a given crate. It is composed of two parts: a [`CrateNum`] which identifies
31
the crate the definition comes from, and a [`DefIndex`] which identifies the definition
32
within the crate. Unlike [`NodeId`]s, there isn't a [`DefId`] for every expression, which
33
makes them more stable across compilations.
0 commit comments