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

fix: Expand eager macros to delimited comma separated expression list #15361

Merged
merged 1 commit into from Jul 31, 2023

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Jul 30, 2023

Prior to this, we were just parsing it as an expression which works fine for () and [] calls as those are tuple and array expressions respectively, but if tails for {} calls which with my recent changes reported errors for such eager macro invocations.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 30, 2023
@Veykril
Copy link
Member Author

Veykril commented Jul 31, 2023

@bors r+

@bors
Copy link
Collaborator

bors commented Jul 31, 2023

📌 Commit 7c765d9 has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jul 31, 2023

⌛ Testing commit 7c765d9 with merge 7736b65...

@bors
Copy link
Collaborator

bors commented Jul 31, 2023

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

@bors bors merged commit 7736b65 into rust-lang:master Jul 31, 2023
10 checks passed
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.

None yet

3 participants