]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/offset_from_ub.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / consts / offset_from_ub.stderr
index 663bfbdade0ce932c660dadb1203daec2d16eee1..2478ff081d770ed1f86f8b3f6594f18527111f51 100644 (file)
@@ -12,7 +12,7 @@ LL |         unsafe { intrinsics::ptr_offset_from(self, origin) }
    |                  |
    |                  0x2a is not a valid pointer
    |                  inside `ptr::const_ptr::<impl *const u8>::offset_from` at $SRC_DIR/core/src/ptr/const_ptr.rs:LL:COL
-   | 
+   |
   ::: $DIR/offset_from_ub.rs:24:14
    |
 LL |     unsafe { (42 as *const u8).offset_from(&5u8) as usize }