1error: explicit #[repr(...)] is required for enum without any variants 2 --> tests/ui/empty_enum.rs:3:5 3 | 43 | enum A {} 5 | ^^^^^^^^^ 6