@@ -6,9 +6,9 @@ LL | unsafe { intrinsics::ptr_offset_from(self, origin) }
66 | |
77 | ptr_offset_from cannot compute offset of pointers into different allocations.
88 | inside `std::ptr::const_ptr::<impl *const Struct>::offset_from` at $SRC_DIR/core/src/ptr/const_ptr.rs:LL:COL
9- | inside `DIFFERENT_ALLOC` at $DIR/offset_from_ub.rs:17 :27
9+ | inside `DIFFERENT_ALLOC` at $DIR/offset_from_ub.rs:16 :27
1010 |
11- ::: $DIR/offset_from_ub.rs:11 :1
11+ ::: $DIR/offset_from_ub.rs:10 :1
1212 |
1313LL | / pub const DIFFERENT_ALLOC: usize = {
1414LL | |
@@ -29,9 +29,9 @@ LL | unsafe { intrinsics::ptr_offset_from(self, origin) }
2929 | |
3030 | unable to turn bytes into a pointer
3131 | inside `std::ptr::const_ptr::<impl *const u8>::offset_from` at $SRC_DIR/core/src/ptr/const_ptr.rs:LL:COL
32- | inside `NOT_PTR` at $DIR/offset_from_ub.rs:23 :14
32+ | inside `NOT_PTR` at $DIR/offset_from_ub.rs:22 :14
3333 |
34- ::: $DIR/offset_from_ub.rs:21 :1
34+ ::: $DIR/offset_from_ub.rs:20 :1
3535 |
3636LL | / pub const NOT_PTR: usize = {
3737LL | |
@@ -47,9 +47,9 @@ LL | unsafe { intrinsics::ptr_offset_from(self, origin) }
4747 | |
4848 | exact_div: 1_isize cannot be divided by 2_isize without remainder
4949 | inside `std::ptr::const_ptr::<impl *const u16>::offset_from` at $SRC_DIR/core/src/ptr/const_ptr.rs:LL:COL
50- | inside `NOT_MULTIPLE_OF_SIZE` at $DIR/offset_from_ub.rs:31 :14
50+ | inside `NOT_MULTIPLE_OF_SIZE` at $DIR/offset_from_ub.rs:30 :14
5151 |
52- ::: $DIR/offset_from_ub.rs:26 :1
52+ ::: $DIR/offset_from_ub.rs:25 :1
5353 |
5454LL | / pub const NOT_MULTIPLE_OF_SIZE: isize = {
5555LL | |
@@ -68,9 +68,9 @@ LL | unsafe { intrinsics::ptr_offset_from(self, origin) }
6868 | |
6969 | inbounds test failed: 0x0 is not a valid pointer
7070 | inside `std::ptr::const_ptr::<impl *const u8>::offset_from` at $SRC_DIR/core/src/ptr/const_ptr.rs:LL:COL
71- | inside `OFFSET_FROM_NULL` at $DIR/offset_from_ub.rs:37 :14
71+ | inside `OFFSET_FROM_NULL` at $DIR/offset_from_ub.rs:36 :14
7272 |
73- ::: $DIR/offset_from_ub.rs:34 :1
73+ ::: $DIR/offset_from_ub.rs:33 :1
7474 |
7575LL | / pub const OFFSET_FROM_NULL: isize = {
7676LL | |
@@ -87,9 +87,9 @@ LL | unsafe { intrinsics::ptr_offset_from(self, origin) }
8787 | |
8888 | unable to turn bytes into a pointer
8989 | inside `std::ptr::const_ptr::<impl *const u8>::offset_from` at $SRC_DIR/core/src/ptr/const_ptr.rs:LL:COL
90- | inside `DIFFERENT_INT` at $DIR/offset_from_ub.rs:44 :14
90+ | inside `DIFFERENT_INT` at $DIR/offset_from_ub.rs:43 :14
9191 |
92- ::: $DIR/offset_from_ub.rs:40 :1
92+ ::: $DIR/offset_from_ub.rs:39 :1
9393 |
9494LL | / pub const DIFFERENT_INT: isize = { // offset_from with two different integers: like DIFFERENT_ALLOC
9595LL | |
0 commit comments