Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feature request: parse new let_else syntax #10469

Closed
pr2502 opened this issue Oct 6, 2021 · 0 comments · Fixed by #10474
Closed

Feature request: parse new let_else syntax #10469

pr2502 opened this issue Oct 6, 2021 · 0 comments · Fixed by #10474
Assignees
Labels
A-parser parser issues S-actionable Someone could pick this issue up and work on it right now

Comments

@pr2502
Copy link

pr2502 commented Oct 6, 2021

rust-analyzer currently can't parse the new refutable assignment syntax gated by the let_else unstable feature. It reports "expected SEMICOLON" and "expected expression".

rustc feature merge request: rust-lang/rust#87688
rustc tracking issue: rust-lang/rust#87335

@Veykril Veykril added A-parser parser issues S-actionable Someone could pick this issue up and work on it right now labels Oct 6, 2021
@jonas-schievink jonas-schievink self-assigned this Oct 6, 2021
@bors bors bot closed this as completed in 545b068 Oct 7, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-parser parser issues S-actionable Someone could pick this issue up and work on it right now
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants