We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c744d commit d8424a7Copy full SHA for d8424a7
src/shims/foreign_items.rs
@@ -56,7 +56,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
56
.write_bytes(ptr.into(), iter::repeat(0u8).take(size as usize))
57
.unwrap();
58
}
59
- Scalar::Ptr(ptr)
+ ptr
60
61
62
0 commit comments