Skip to content

Prevent removal of qualified path for tuple struct inside macro #5008

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

Merged
merged 1 commit into from
Sep 27, 2021

Conversation

ytmimi
Copy link
Contributor

@ytmimi ytmimi commented Sep 27, 2021

fixes #5005

This was very similar to #4964 and the fix was to extract and pass along
the qself of the PatKind::TupleStruct

fixes 5005

This was very similar to 4964 and the fix was to extract and pass along
the qself of the ``PatKind::TupleStruct``
Copy link
Member

@calebcartwright calebcartwright left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

@calebcartwright calebcartwright merged commit a5138b3 into rust-lang:master Sep 27, 2021
@ytmimi ytmimi deleted the issue_5005 branch October 13, 2021 03:52
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.

formatting removes part of qualified path inside macro
2 participants