]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/copy_half_a_pointer.stderr
Rollup merge of #102187 - b-naber:inline-const-source-info, r=eholk
[rust.git] / src / tools / miri / tests / fail / copy_half_a_pointer.stderr
1 error: unsupported operation: unable to copy parts of a pointer from memory at ALLOC+HALF_PTR
2   --> $DIR/copy_half_a_pointer.rs:LL:CC
3    |
4 LL |         let _x = d_alias.read_unaligned();
5    |                  ^^^^^^^^^^^^^^^^^^^^^^^^ unable to copy parts of a pointer from memory at ALLOC+HALF_PTR
6    |
7    = help: this is likely not a bug in the program; it indicates that the program performed an operation that the interpreter does not support
8    = note: BACKTRACE:
9    = note: inside `main` at $DIR/copy_half_a_pointer.rs:LL:CC
10
11 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
12
13 error: aborting due to previous error
14