You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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
The text was updated successfully, but these errors were encountered: