fmt
This commit is contained in:
parent
de5d1648b8
commit
e6cd29d06e
1 changed files with 1 additions and 4 deletions
|
|
@ -88,10 +88,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriInterpCxExt<'mir, 'tcx> {
|
|||
this.write_pointer(ptr, &place)?;
|
||||
}
|
||||
|
||||
this.write_immediate(
|
||||
Immediate::new_slice(alloc.ptr(), len, this),
|
||||
dest,
|
||||
)?;
|
||||
this.write_immediate(Immediate::new_slice(alloc.ptr(), len, this), dest)?;
|
||||
}
|
||||
// storage for pointers is allocated by the caller
|
||||
1 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue