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 0102942 commit d46a373Copy full SHA for d46a373
src/librustc/ich/impls_ty.rs
@@ -180,6 +180,7 @@ impl<'a> HashStable<StableHashingContext<'a>> for mir::interpret::Allocation {
180
extra: _,
181
} = self;
182
bytes.hash_stable(hcx, hasher);
183
+ relocations.len().hash_stable(hcx, hasher);
184
for reloc in relocations.iter() {
185
reloc.hash_stable(hcx, hasher);
186
}
0 commit comments