2022-08-01 18:05:20 -05:00
|
|
|
error[E0080]: evaluation of constant value failed
|
|
|
|
--> $DIR/const-err4.rs:9:21
|
2021-03-31 04:33:45 -05:00
|
|
|
|
|
|
|
|
LL | Boo = [unsafe { Foo { b: () }.a }; 4][3],
|
2022-08-01 18:05:20 -05:00
|
|
|
| ^^^^^^^^^^^^^^^ using uninitialized data, but this operation requires initialized memory
|
2021-03-31 04:33:45 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|