Skip to content

Commit

Permalink
Update src/provenance_gc.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Jung <[email protected]>
  • Loading branch information
Strophox and RalfJung authored May 16, 2024
1 parent 7d81d10 commit f323767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provenance_gc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl VisitProvenance for OpTy<'_, Provenance> {
}
}

impl<Bytes: AllocBytes> VisitProvenance for Allocation<Provenance, AllocExtra<'_>, Bytes> {
impl VisitProvenance for Allocation<Provenance, AllocExtra<'_>, MiriAllocBytes> {
fn visit_provenance(&self, visit: &mut VisitWith<'_>) {
for prov in self.provenance().provenances() {
prov.visit_provenance(visit);
Expand Down

0 comments on commit f323767

Please sign in to comment.