Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: check attribute/derive ordering #3034

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

pvdrz
Copy link
Contributor

@pvdrz pvdrz commented Dec 4, 2024

No description provided.

@pvdrz pvdrz force-pushed the pvdrz/fix-derive-attr-order branch 2 times, most recently from bcb9166 to 3543efb Compare December 4, 2024 20:31
@@ -146,6 +146,27 @@ impl ParseCallbacks for WrapAsVariadicFn {
}
}

#[derive(Debug)]
struct DeriveTransparentSerialize(String);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to call this DeriveUppercaseSerialize? That would make sense to me ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hahaha yes, I forgot to change that one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants