Skip to content

internal: Support builtin derive macro helper attributes #13730

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 2 commits into from
Dec 6, 2022

Conversation

lowr
Copy link
Contributor

@lowr lowr commented Dec 6, 2022

Closes #13244

It's a bit wasteful for Macro2Data to have helpers field currently just for Default derive macro, but I tend to think it's okay for the time being given how rare macro2's are used.

lowr added 2 commits December 6, 2022 16:00
Macro2's generally don't have derive helpers, but currently builtin
derive macros are declared with macro2 syntax, which can have derive
helpers.
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 6, 2022
@Veykril
Copy link
Member

Veykril commented Dec 6, 2022

@bors r+

@bors
Copy link
Contributor

bors commented Dec 6, 2022

📌 Commit 051c659 has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Dec 6, 2022

⌛ Testing commit 051c659 with merge df07c8f...

@bors
Copy link
Contributor

bors commented Dec 6, 2022

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing df07c8f to master...

@bors bors merged commit df07c8f into rust-lang:master Dec 6, 2022
@lnicola lnicola changed the title Support builtin derive macro helper attributes internal: Support builtin derive macro helper attributes Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support builtin derive attributes helper attributes
4 participants