2022-08-01 18:05:20 -05:00
|
|
|
error[E0080]: evaluation of constant value failed
|
2024-01-11 07:57:12 -06:00
|
|
|
--> $DIR/const-err-enum-discriminant.rs:8: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
|
|
|
|
2023-11-21 13:26:31 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-03-31 04:33:45 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|