fmt
This commit is contained in:
parent
de5d1648b8
commit
e6cd29d06e
@ -88,10 +88,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriInterpCxExt<'mir, 'tcx> {
|
|||||||
this.write_pointer(ptr, &place)?;
|
this.write_pointer(ptr, &place)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.write_immediate(
|
this.write_immediate(Immediate::new_slice(alloc.ptr(), len, this), dest)?;
|
||||||
Immediate::new_slice(alloc.ptr(), len, this),
|
|
||||||
dest,
|
|
||||||
)?;
|
|
||||||
}
|
}
|
||||||
// storage for pointers is allocated by the caller
|
// storage for pointers is allocated by the caller
|
||||||
1 => {
|
1 => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user