Skip to content

Commit ba05724

Browse files
committed
Unignore parenting
1 parent 464a7a0 commit ba05724

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
@@ -1622,7 +1622,6 @@ pub struct OwnerInfo<'hir> {
16221622
/// Contents of the HIR.
16231623
pub nodes: OwnerNodes<'hir>,
16241624
/// Map from each nested owner to its parent's local id.
1625-
#[stable_hasher(ignore)]
16261625
pub parenting: LocalDefIdMap<ItemLocalId>,
16271626
/// Collected attributes of the HIR nodes.
16281627
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
@@ -467,7 +467,6 @@ pub struct ProjectedOwnerInfo<'tcx> {
467467
pub nodes: &'tcx OwnerNodes<'tcx>,
468468

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

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

0 commit comments

Comments
 (0)