]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/const-err4.32bit.stderr
Rollup merge of #106927 - Ezrashaw:e0606-make-machine-applicable, r=estebank
[rust.git] / tests / ui / consts / const-err4.32bit.stderr
1 error[E0080]: evaluation of constant value failed
2   --> $DIR/const-err4.rs:9:21
3    |
4 LL |     Boo = [unsafe { Foo { b: () }.a }; 4][3],
5    |                     ^^^^^^^^^^^^^^^ using uninitialized data, but this operation requires initialized memory
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0080`.