blob: a096fee16b9ce2d26d5bb5e7881d7bb5fb79de6c [file] [log] [blame]
error[E0606]: casting `&mut [u8; 2]` as `*mut u8` is invalid
--> $DIR/vector-cast-weirdness.rs:31:23
|
LL | let p1: *mut u8 = &mut x1.y as *mut _; //~ ERROR casting
| ^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0606`.