mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
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_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…
Reference in New Issue
Block a user