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 464a7a0 commit ba05724Copy full SHA for ba05724
2 files changed
compiler/rustc_hir/src/hir.rs
@@ -1622,7 +1622,6 @@ pub struct OwnerInfo<'hir> {
1622
/// Contents of the HIR.
1623
pub nodes: OwnerNodes<'hir>,
1624
/// Map from each nested owner to its parent's local id.
1625
- #[stable_hasher(ignore)]
1626
pub parenting: LocalDefIdMap<ItemLocalId>,
1627
/// Collected attributes of the HIR nodes.
1628
pub attrs: AttributeMap<'hir>,
compiler/rustc_middle/src/hir/mod.rs
@@ -467,7 +467,6 @@ pub struct ProjectedOwnerInfo<'tcx> {
467
pub nodes: &'tcx OwnerNodes<'tcx>,
468
469
470
471
pub parenting: &'tcx LocalDefIdMap<ItemLocalId>,
472
473
/// Map indicating what traits are in scope for places where this
0 commit comments