]> git.proxmox.com Git - rustc.git/blame - tests/ui/consts/issue-miri-1910.stderr
Update upstream source from tag 'upstream/1.70.0+dfsg1'
[rustc.git] / tests / ui / consts / issue-miri-1910.stderr
CommitLineData
2b03887a 1error[E0080]: evaluation of constant value failed
3c0e092e
XL
2 --> $SRC_DIR/core/src/ptr/mod.rs:LL:COL
3 |
353b0b11 4 = note: unable to turn pointer into raw bytes
3c0e092e 5 |
487cf647
FG
6 = help: this code performed an operation that depends on the underlying bytes representing a pointer
7 = help: the absolute address of a pointer is not known at compile-time, so such operations are not supported
8note: inside `std::ptr::read::<u8>`
9 --> $SRC_DIR/core/src/ptr/mod.rs:LL:COL
487cf647
FG
10note: inside `ptr::const_ptr::<impl *const u8>::read`
11 --> $SRC_DIR/core/src/ptr/const_ptr.rs:LL:COL
487cf647
FG
12note: inside `C`
13 --> $DIR/issue-miri-1910.rs:8:5
064997fb 14 |
2b03887a 15LL | (&foo as *const _ as *const u8).add(one_and_a_half_pointers).read();
487cf647 16 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
064997fb 17
2b03887a
FG
18error: aborting due to previous error
19
20For more information about this error, try `rustc --explain E0080`.