ZIP
WinGet
rust-analyzer
The Rust Project Developers · 2026-06-01 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
rust-analyzer-i686-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Rustlang.rust-analyzer
Version
2026-06-01
Description
rust-analyzer is a language server that provides IDE functionality for writing Rust programs. You can use it with any editor that supports the Language Server Protocol (VS Code, Vim, Emacs, Zed, etc).
License
Apache-2.0 AND MIT
↗
Homepage
https://rust-analyzer.github.io/
Installer URL
https://github.com/rust-lang/rust-analyzer/releases/download/2026-06-01/rust-analyzer-i686-pc-windows-msvc.zip
Release Notes
Commit: c5d30e2
Release: 2026-06-01 (v0.3.2921)
New Features
- #22411 add cannot-implicitly-deref-trait-object diagnostic.
Performance Improvements
- #22493 make MemDocs cheap to clone since it's snapshotted.
Fixes
- #22473 port block and loop inference from rustc.
- #22476 only complete functional record update at the end of the literal.
- #22449 fix an expected analysis regression with enum variants.
- #22409, #22453 filter out reference completions for generic reference parameters.
- #22452…