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 version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
rust-analyzer version: 0.3.2466-standalone (e464ff8 2025-05-18) [c:\Users\jbills.vscode\extensions\rust-lang.rust-analyzer-0.3.2466-win32-x64\server\rust-analyzer.exe]
editor or extension: (eg. VSCode, Vim, Emacs, etc. For VSCode users, specify your extension version; for users of other editors, provide the distribution if applicable)
VSCode 0.3.2466
relevant settings: (eg. client settings, or environment variables like CARGO, RUSTC, RUSTUP_HOME or CARGO_HOME)
repository link (if public, optional): (eg. rust-analyzer)
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
rust-analyzer version: 0.3.2466-standalone (e464ff8 2025-05-18) [c:\Users\jbills.vscode\extensions\rust-lang.rust-analyzer-0.3.2466-win32-x64\server\rust-analyzer.exe]
rustc version: (eg. output of
rustc -V
)rustc 1.87.0 (17067e9ac 2025-05-09)
editor or extension: (eg. VSCode, Vim, Emacs, etc. For VSCode users, specify your extension version; for users of other editors, provide the distribution if applicable)
VSCode 0.3.2466
relevant settings: (eg. client settings, or environment variables like
CARGO
,RUSTC
,RUSTUP_HOME
orCARGO_HOME
)repository link (if public, optional): (eg. rust-analyzer)
code snippet to reproduce:
Found this because of this: rust-lang/rust#141365
with
gives
while rustc does nothing. In fact, rustc gives a warning if you try to use refutable pattern matching, making this even more irritating.
The text was updated successfully, but these errors were encountered: