We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following compiles fine, even though the discriminants are different types (I know that the annotations currently do nothing).
enum Foo { A = 1i64, B = 2u8 } fn main() {}