We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6acfef commit ff124b0Copy full SHA for ff124b0
src/shims/backtrace.rs
@@ -89,7 +89,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriInterpCxExt<'mir, 'tcx> {
89
}
90
91
this.write_immediate(
92
- Immediate::new_slice(Scalar::from_maybe_pointer(alloc.ptr(), this), len, this),
+ Immediate::new_slice(alloc.ptr(), len, this),
93
dest,
94
)?;
95
0 commit comments