Skip to content

Commit 5bff8fa

Browse files
committed
Unignore parenting
1 parent bb347a1 commit 5bff8fa

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

compiler/rustc_hir/src/hir.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,6 @@ pub struct OwnerInfo<'hir> {
16231623
/// Contents of the HIR.
16241624
pub nodes: OwnerNodes<'hir>,
16251625
/// Map from each nested owner to its parent's local id.
1626-
#[stable_hasher(ignore)]
16271626
pub parenting: LocalDefIdMap<ItemLocalId>,
16281627
/// Collected attributes of the HIR nodes.
16291628
pub attrs: AttributeMap<'hir>,

compiler/rustc_middle/src/hir/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ pub struct ProjectedOwnerInfo<'tcx> {
458458
pub nodes: &'tcx OwnerNodes<'tcx>,
459459

460460
/// Map from each nested owner to its parent's local id.
461-
#[stable_hasher(ignore)]
462461
pub parenting: &'tcx LocalDefIdMap<ItemLocalId>,
463462

464463
/// Map indicating what traits are in scope for places where this

0 commit comments

Comments
 (0)