1 2 3 4 5 6
#[repr(u128)] enum A { //~ ERROR repr with 128-bit type is unstable A(u64) } fn main() {}