1
Fork 0

assert that we are (de)seiralizing ProvenanceMap correctly

This commit is contained in:
Ralf Jung 2022-11-14 13:37:08 +01:00
parent 03b2598924
commit 68af46c112
5 changed files with 16 additions and 16 deletions

View file

@ -266,7 +266,7 @@ impl<'mir, 'tcx> interpret::Machine<'mir, 'tcx> for ConstPropMachine<'mir, 'tcx>
_tcx: TyCtxt<'tcx>,
_machine: &Self,
_alloc_id: AllocId,
alloc: ConstAllocation<'tcx, Self::Provenance, Self::AllocExtra>,
alloc: ConstAllocation<'tcx>,
_static_def_id: Option<DefId>,
is_write: bool,
) -> InterpResult<'tcx> {