We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm honestly not sure of this one and it was a weird thing to think about when I did rust-lang/rust#47122.
Right now we have multiple attributes for derive, repr, non_exhaustive, must_use, etc. Should these have a defined order?
derive
repr
non_exhaustive
must_use
The text was updated successfully, but these errors were encountered:
Order of attributes can be significant, so a tool can't change the ordering.
Sorry, something went wrong.
No branches or pull requests
I'm honestly not sure of this one and it was a weird thing to think about when I did rust-lang/rust#47122.
Right now we have multiple attributes for
derive
,repr
,non_exhaustive
,must_use
, etc. Should these have a defined order?The text was updated successfully, but these errors were encountered: