]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0396-fixed.stderr
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / test / ui / error-codes / E0396-fixed.stderr
index 7222f87da248f32732f3b206a2c103b43b545751..685055525627ee7a8436e0d2301cb988f59fc8ae 100644 (file)
@@ -4,7 +4,7 @@ error: any use of this value will cause an error
 LL | const VALUE: u8 = unsafe { *REG_ADDR };
    | ---------------------------^^^^^^^^^---
    |                            |
-   |                            a memory access tried to interpret some bytes as a pointer
+   |                            unable to turn bytes into a pointer
    |
    = note: `#[deny(const_err)]` on by default