We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[derive(serde::Serialize)] #[serde(rename = "abc")] struct S;
This reports an error on the #[serde] attribute with "proc macro serde not expanded: proc macro not found", even though the code is valid.
#[serde]
serde