@@ -1855,7 +1855,7 @@ pub struct FnSig<'hir> {
18551855}
18561856
18571857// The bodies for items are stored "out of line", in a separate
1858- // hashmap in the `Crate`. Here we just record the node -id of the item
1858+ // hashmap in the `Crate`. Here we just record the hir -id of the item
18591859// so it can fetched later.
18601860#[ derive( Copy , Clone , PartialEq , Eq , PartialOrd , Ord , Encodable , Debug ) ]
18611861pub struct TraitItemId {
@@ -1899,7 +1899,7 @@ pub enum TraitItemKind<'hir> {
18991899}
19001900
19011901// The bodies for items are stored "out of line", in a separate
1902- // hashmap in the `Crate`. Here we just record the node -id of the item
1902+ // hashmap in the `Crate`. Here we just record the hir -id of the item
19031903// so it can fetched later.
19041904#[ derive( Copy , Clone , PartialEq , Eq , PartialOrd , Ord , Encodable , Debug ) ]
19051905pub struct ImplItemId {
@@ -2441,7 +2441,7 @@ impl VariantData<'hir> {
24412441}
24422442
24432443// The bodies for items are stored "out of line", in a separate
2444- // hashmap in the `Crate`. Here we just record the node -id of the item
2444+ // hashmap in the `Crate`. Here we just record the hir -id of the item
24452445// so it can fetched later.
24462446#[ derive( Copy , Clone , Encodable , Debug ) ]
24472447pub struct ItemId {
@@ -2624,7 +2624,7 @@ pub enum AssocItemKind {
26242624}
26252625
26262626// The bodies for items are stored "out of line", in a separate
2627- // hashmap in the `Crate`. Here we just record the node -id of the item
2627+ // hashmap in the `Crate`. Here we just record the hir -id of the item
26282628// so it can fetched later.
26292629#[ derive( Copy , Clone , PartialEq , Eq , PartialOrd , Ord , Encodable , Debug ) ]
26302630pub struct ForeignItemId {
0 commit comments