blob: 315e865df93f3453d51dd58466c15b20de6249b8 [file] [log] [blame] [edit]
error[E0080]: evaluation of constant value failed
--> $DIR/ub-enum-overwrite.rs:11:14
|
LL | unsafe { *p }
| ^^ using uninitialized data, but this operation requires initialized memory
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0080`.