1error: #[serde(default)] can only be used on structs with named fields 2 --> tests/ui/default-attribute/enum.rs:5:1 3 | 45 | enum E { 5 | ^^^^ 6