Closed
Description
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