mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Merge #353
353: update README with Rust 1.31 r=matklad a=yerke Update README with Rust 1.31, since Rust 2018 edition is already on stable Co-authored-by: Yerkebulan Tulibergenov <yerkebulan@gmail.com>
This commit is contained in:
commit
f3f073804c
2 changed files with 2 additions and 3 deletions
|
@ -19,8 +19,7 @@ Work on the Rust Analyzer is sponsored by
|
|||
|
||||
## Quick Start
|
||||
|
||||
Rust analyzer builds on Rust >= 1.30.0 (currently in beta) and uses
|
||||
the 2018 edition.
|
||||
Rust analyzer builds on Rust >= 1.31.0 and uses the 2018 edition.
|
||||
|
||||
```
|
||||
# run tests
|
||||
|
|
|
@ -16,7 +16,7 @@ High-level architecture constraints:
|
|||
It's *obvious* that the code should be shared, but OTOH, all great IDEs started as from-scratch rewrites.
|
||||
* Don't hard-code a particular protocol or mode of operation.
|
||||
Produce a library which could be used for implementing an LSP server, or for in-process embedding.
|
||||
* As long as possible, stick with stable Rust (NB: we currently use beta for 2018 edition and salsa).
|
||||
* As long as possible, stick with stable Rust.
|
||||
|
||||
|
||||
# Current Goals
|
||||
|
|
Loading…
Reference in a new issue