1 2 3 4 5
enum A { B, C } enum A { D, E } //~ ERROR the name `A` is defined multiple times fn main() {}