]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/ptr_comparisons.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / consts / ptr_comparisons.stderr
index 493d9be8f71b7077f9ddb4be345d143531fdfe2c..63faae275df80e3370a572e3be0783667d70fab5 100644 (file)
@@ -5,7 +5,7 @@ LL |         unsafe { intrinsics::offset(self, count) }
    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |                  |
    |                  inbounds test failed: pointer must be in-bounds at offset $TWO_WORDS, but is outside bounds of alloc2 which has size $WORD
-   |                  inside `std::ptr::const_ptr::<impl *const usize>::offset` at $SRC_DIR/core/src/ptr/const_ptr.rs:LL:COL
+   |                  inside `ptr::const_ptr::<impl *const usize>::offset` at $SRC_DIR/core/src/ptr/const_ptr.rs:LL:COL
    |                  inside `_` at $DIR/ptr_comparisons.rs:62:34
    | 
   ::: $DIR/ptr_comparisons.rs:62:1