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: Fix parsing of _ = x in closure body #13762

Merged
merged 1 commit into from
Dec 12, 2022
Merged

fix: Fix parsing of _ = x in closure body #13762

merged 1 commit into from
Dec 12, 2022

Conversation

jonas-schievink
Copy link
Contributor

Fixes #13757

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 12, 2022
@jonas-schievink
Copy link
Contributor Author

@bors r+

1 similar comment
@jonas-schievink
Copy link
Contributor Author

@bors r+

@bors
Copy link
Collaborator

bors commented Dec 12, 2022

📌 Commit ed48bd8 has been approved by jonas-schievink

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Dec 12, 2022

⌛ Testing commit ed48bd8 with merge 16c70fe...

@bors
Copy link
Collaborator

bors commented Dec 12, 2022

☀️ Test successful - checks-actions
Approved by: jonas-schievink
Pushing 16c70fe to master...

@bors bors merged commit 16c70fe into rust-lang:master Dec 12, 2022
@jonas-schievink jonas-schievink deleted the underscore-expr-first branch December 12, 2022 12:42
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.

Discarding value in closure with underscore shows up as syntax error
3 participants