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

Parse let-else syntax #1057

Merged
merged 1 commit into from Sep 3, 2021
Merged

Parse let-else syntax #1057

merged 1 commit into from Sep 3, 2021

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Sep 3, 2021

Closes #1050.

@dtolnay dtolnay merged commit 137fd44 into master Sep 3, 2021
@dtolnay dtolnay deleted the letelse branch September 3, 2021 19:37
est31 added a commit to est31/rust that referenced this pull request Oct 16, 2021
The syn crate has gained support for let_else syntax in version 1.0.76,
see dtolnay/syn#1057 .

In the three instances that use let_else, we've sent code through an
attr macro, which would create compile errors when there was no
let_else support in syn. To avoid this, we ran
`cargo +nightly update -p syn` for updating the syn crate.
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.

Parse let-else statement
1 participant