@@ -1855,7 +1855,7 @@ pub struct FnSig<'hir> {
1855
1855
}
1856
1856
1857
1857
// 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
1859
1859
// so it can fetched later.
1860
1860
#[ derive( Copy , Clone , PartialEq , Eq , PartialOrd , Ord , Encodable , Debug ) ]
1861
1861
pub struct TraitItemId {
@@ -1899,7 +1899,7 @@ pub enum TraitItemKind<'hir> {
1899
1899
}
1900
1900
1901
1901
// 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
1903
1903
// so it can fetched later.
1904
1904
#[ derive( Copy , Clone , PartialEq , Eq , PartialOrd , Ord , Encodable , Debug ) ]
1905
1905
pub struct ImplItemId {
@@ -2441,7 +2441,7 @@ impl VariantData<'hir> {
2441
2441
}
2442
2442
2443
2443
// 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
2445
2445
// so it can fetched later.
2446
2446
#[ derive( Copy , Clone , Encodable , Debug ) ]
2447
2447
pub struct ItemId {
@@ -2624,7 +2624,7 @@ pub enum AssocItemKind {
2624
2624
}
2625
2625
2626
2626
// 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
2628
2628
// so it can fetched later.
2629
2629
#[ derive( Copy , Clone , PartialEq , Eq , PartialOrd , Ord , Encodable , Debug ) ]
2630
2630
pub struct ForeignItemId {
0 commit comments