Skip to content

Feature request: parse new let_else syntax #10469

Closed
@pr2502

Description

@pr2502

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

Activity

added
S-actionableSomeone could pick this issue up and work on it right now
on Oct 6, 2021
added a commit that references this issue on Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

A-parserparser issuesS-actionableSomeone could pick this issue up and work on it right now

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @jonas-schievink@Veykril@pr2502

    Issue actions

      Feature request: parse new `let_else` syntax · Issue #10469 · rust-lang/rust-analyzer