Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 653 Bytes

PREREQUISITES.md

File metadata and controls

7 lines (5 loc) · 653 Bytes

Prequisites for rust-analyzer.vs

  1. Latest Visual Studio updates. Install from here.
  2. Latest rustup (Rust Toolchain Installer). Install from here.
  3. [For unit testing only] Latest nightly toolchain. Follow instructions.

    For unit testing support rust-lang/rust#49359 is required. It is currently available only in nightly toolchain. The RFC process is underway which will promote it to stable toolchain.