Skip to content

Commit e6cd29d

Browse files
author
The Miri Conjob Bot
committed
fmt
1 parent de5d164 commit e6cd29d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/tools/miri/src/shims/backtrace.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriInterpCxExt<'mir, 'tcx> {
8888
this.write_pointer(ptr, &place)?;
8989
}
9090

91-
this.write_immediate(
92-
Immediate::new_slice(alloc.ptr(), len, this),
93-
dest,
94-
)?;
91+
this.write_immediate(Immediate::new_slice(alloc.ptr(), len, this), dest)?;
9592
}
9693
// storage for pointers is allocated by the caller
9794
1 => {

0 commit comments

Comments
 (0)