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.
HirId
NodeId
1 parent ba9259e commit d87e197Copy full SHA for d87e197
src/identifiers.md
@@ -29,7 +29,7 @@ The HIR uses a bunch of different identifiers that coexist and serve different p
29
- A [`DefId`], as the name suggests, identifies a particular definition, or top-level
30
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
+ within the crate. Unlike [`HirId`]s, there isn't a [`DefId`] for every expression, which
33
makes them more stable across compilations.
34
35
- A [`LocalDefId`] is basically a [`DefId`] that is known to come from the current crate.
0 commit comments