]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/const-ub-checks.stderr
Rollup merge of #101642 - SkiFire13:fix-inplace-collection-leak, r=the8472
[rust.git] / src / tools / miri / tests / fail / const-ub-checks.stderr
1 error[E0080]: evaluation of constant value failed
2   --> $DIR/const-ub-checks.rs:LL:CC
3    |
4 LL |     ptr.read();
5    |     ^^^^^^^^^^ accessing memory with alignment ALIGN, but alignment ALIGN is required
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0080`.