blob: 7bf0e64f2c0a30eecf3963b7bee955d7059ce399 [file] [log] [blame]
enum X {
A = 3,
//~^ ERROR custom discriminant values are not allowed in enums with tuple or struct variants
B(usize)
}
fn main() {}