1 2 3 4 5 6 7 8
#![crate_type="lib"] enum Enum { //~^ ERROR `#[repr(inttype)]` must be specified Unit = 1, Tuple() = 2, Struct{} = 3, }