File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1366,6 +1366,7 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
1366
1366
_tcx : TyCtxtAt < ' tcx > ,
1367
1367
machine : & Self ,
1368
1368
alloc_extra : & AllocExtra < ' tcx > ,
1369
+ _ptr : Pointer ,
1369
1370
( alloc_id, prov_extra) : ( AllocId , Self :: ProvenanceExtra ) ,
1370
1371
range : AllocRange ,
1371
1372
) -> InterpResult < ' tcx > {
@@ -1390,6 +1391,7 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
1390
1391
_tcx : TyCtxtAt < ' tcx > ,
1391
1392
machine : & mut Self ,
1392
1393
alloc_extra : & mut AllocExtra < ' tcx > ,
1394
+ _ptr : Pointer ,
1393
1395
( alloc_id, prov_extra) : ( AllocId , Self :: ProvenanceExtra ) ,
1394
1396
range : AllocRange ,
1395
1397
) -> InterpResult < ' tcx > {
@@ -1414,6 +1416,7 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
1414
1416
_tcx : TyCtxtAt < ' tcx > ,
1415
1417
machine : & mut Self ,
1416
1418
alloc_extra : & mut AllocExtra < ' tcx > ,
1419
+ _ptr : Pointer ,
1417
1420
( alloc_id, prove_extra) : ( AllocId , Self :: ProvenanceExtra ) ,
1418
1421
size : Size ,
1419
1422
align : Align ,
You can’t perform that action at this time.
0 commit comments