mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
typos and spaces
This commit is contained in:
parent
03545109f4
commit
75ea7c7fc2
@ -765,7 +765,7 @@ impl<'a, 'mir, 'tcx, M: Machine<'a, 'mir, 'tcx>> Memory<'a, 'mir, 'tcx, M> {
|
||||
// SAFE: The above indexing would have panicked if there weren't at least `size` bytes
|
||||
// behind `src` and `dest`. Also, we use the overlapping-safe `ptr::copy` if `src` and
|
||||
// `dest` could possibly overlap.
|
||||
// The pointers above remain valid even if the `HashMap` table moved around because they
|
||||
// The pointers above remain valid even if the `HashMap` table is moved around because they
|
||||
// point into the `Vec` storing the bytes.
|
||||
unsafe {
|
||||
assert_eq!(size.bytes() as usize as u64, size.bytes());
|
||||
|
Loading…
Reference in New Issue
Block a user