1 2 3 4 5 6 7
#[repr(transparent)] union OkButUnstableUnion { //~ ERROR transparent unions are unstable field: u8, zst: (), } fn main() {}