You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ^^^^^^^^^^ out-of-bounds pointer arithmetic: expected a pointer to 8 bytes of memory, but got ALLOC10 which is only 4 bytes from the end of the allocation
121
121
|
122
-
note: the failure occurred inside `std::ptr::const_ptr::<impl *const u32>::add`
@@ -176,7 +176,7 @@ error[E0080]: could not evaluate static initializer
176
176
LL | from_ptr_range(ptr..ptr.add(1))
177
177
| ^^^^^^^^^^ out-of-bounds pointer arithmetic: expected a pointer to 8 bytes of memory, but got ALLOC11+0x1 which is only 7 bytes from the end of the allocation
178
178
|
179
-
note: the failure occurred inside `std::ptr::const_ptr::<impl *const u64>::add`
| ^^^^^^^^^^^^^^^^^^^^^^^ memory access failed: expected a pointer to 4 bytes of memory, but got ALLOC0+0x4 which is at or beyond the end of the allocation of size 4 bytes
6
6
|
7
-
note: the failure occurred inside `std::ptr::read::<u32>`
0 commit comments