1 2 3 4 5 6 7
enum SomeEnum { E } fn main() { E { name: "foobar" }; //~ ERROR cannot find struct, variant or union type `E` }