Skip to content

Avoid panicking on macro call with a single comma #2571

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
Mar 28, 2018

Conversation

topecongiro
Copy link
Contributor

parse_item from libsyntax may return None, so we need to discard
the result in that case.

Closes #2569.

`parse_item` from libsyntax may return `None`, so we need to discard
the result in that case.
@nrc
Copy link
Member

nrc commented Mar 28, 2018

Thank you!

@nrc nrc merged commit 72b715b into rust-lang:master Mar 28, 2018
@topecongiro topecongiro deleted the issue-2569 branch July 21, 2019 05:03
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.

2 participants