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 panic in format_args expansion #15006

Merged
merged 1 commit into from Jun 7, 2023
Merged

Conversation

HKalbasi
Copy link
Member

@HKalbasi HKalbasi commented Jun 7, 2023

fix #15002

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

HKalbasi commented Jun 7, 2023

@bors r+

@bors
Copy link
Collaborator

bors commented Jun 7, 2023

📌 Commit 30e16e2 has been approved by HKalbasi

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jun 7, 2023

⌛ Testing commit 30e16e2 with merge 9157927...

@bors
Copy link
Collaborator

bors commented Jun 7, 2023

☀️ Test successful - checks-actions
Approved by: HKalbasi
Pushing 9157927 to master...

@bors bors merged commit 9157927 into rust-lang:master Jun 7, 2023
8 checks passed
@lnicola lnicola changed the title Fix unwrap on None in expanding format args fix: Fix unwrap on None in expanding format args Jun 8, 2023
@lnicola lnicola changed the title fix: Fix unwrap on None in expanding format args fix: Fix panic in format_args expansion Jun 8, 2023
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.

"Unwrap on a None value" when expanding incomplete macro invocation
3 participants