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.
1 parent bb347a1 commit 5bff8faCopy full SHA for 5bff8fa
2 files changed
compiler/rustc_hir/src/hir.rs
@@ -1623,7 +1623,6 @@ pub struct OwnerInfo<'hir> {
1623
/// Contents of the HIR.
1624
pub nodes: OwnerNodes<'hir>,
1625
/// Map from each nested owner to its parent's local id.
1626
- #[stable_hasher(ignore)]
1627
pub parenting: LocalDefIdMap<ItemLocalId>,
1628
/// Collected attributes of the HIR nodes.
1629
pub attrs: AttributeMap<'hir>,
compiler/rustc_middle/src/hir/mod.rs
@@ -458,7 +458,6 @@ pub struct ProjectedOwnerInfo<'tcx> {
458
pub nodes: &'tcx OwnerNodes<'tcx>,
459
460
461
462
pub parenting: &'tcx LocalDefIdMap<ItemLocalId>,
463
464
/// Map indicating what traits are in scope for places where this
0 commit comments