2022-08-01 19:05:20 -04:00
|
|
|
error[E0080]: evaluation of constant value failed
|
2024-01-11 14:57:12 +01:00
|
|
|
--> $DIR/const-err-enum-discriminant.rs:8:21
|
2021-03-31 09:33:45 +00:00
|
|
|
|
|
|
|
|
LL | Boo = [unsafe { Foo { b: () }.a }; 4][3],
|
2022-08-01 19:05:20 -04:00
|
|
|
| ^^^^^^^^^^^^^^^ using uninitialized data, but this operation requires initialized memory
|
2021-03-31 09:33:45 +00:00
|
|
|
|
2023-11-21 20:26:31 +01:00
|
|
|
error: aborting due to 1 previous error
|
2021-03-31 09:33:45 +00:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|