parent
190a6c41cf
commit
d81d081df3
1 changed files with 2 additions and 1 deletions
|
|
@ -373,9 +373,10 @@ impl<'a, 'gcx> HashStable<StableHashingContext<'a>> for EntryKind<'gcx> {
|
|||
EntryKind::AssociatedType(associated_container) => {
|
||||
associated_container.hash_stable(hcx, hasher);
|
||||
}
|
||||
EntryKind::AssociatedConst(associated_container, qualif, _) => {
|
||||
EntryKind::AssociatedConst(associated_container, qualif, ref const_data) => {
|
||||
associated_container.hash_stable(hcx, hasher);
|
||||
qualif.hash_stable(hcx, hasher);
|
||||
const_data.hash_stable(hcx, hasher);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue