Skip to content

Parse let-else syntax - #1057

Merged
dtolnay merged 1 commit into
masterfrom
letelse
Sep 3, 2021
Merged

Parse let-else syntax#1057
dtolnay merged 1 commit into
masterfrom
letelse

Conversation

@dtolnay

@dtolnay dtolnay commented Sep 3, 2021

Copy link
Copy Markdown
Owner

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