1error: #[serde(default)] can only be used on structs 2 --> tests/ui/default-attribute/enum.rs:4:9 3 | 44 | #[serde(default)] 5 | ^^^^^^^ 6