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