blob: 3298c527247bca165962ba86b776476f8c9a7d58 [file] [log] [blame]
error: variant `Newtype` cannot have both #[serde(serialize_with)] and a field #0 marked with #[serde(skip_serializing)]
--> $DIR/skip_ser_newtype_field.rs:5:5
|
5 | / #[serde(serialize_with = "serialize_some_newtype_variant")]
6 | | Newtype(#[serde(skip_serializing)] String),
| |______________________________________________^
error: aborting due to previous error