diff options
| -rw-r--r-- | RELEASES.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 46e897ea359..63fa95b9158 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -63,6 +63,8 @@ Compatibility Notes Was previously relative to the rustc's internal `CodeMap` struct which required the unstable library `libsyntax` to correctly use. - [`unused_results` lint no longer ignores booleans][43728] +- [Added a preview of RLS has been made available through rustup][44204] + Install with `rustup component add rls-preview` [42565]: https://github.com/rust-lang/rust/pull/42565 [42588]: https://github.com/rust-lang/rust/pull/42588 @@ -77,6 +79,7 @@ Compatibility Notes [43911]: https://github.com/rust-lang/rust/pull/43911 [43916]: https://github.com/rust-lang/rust/pull/43916 [43917]: https://github.com/rust-lang/rust/pull/43917 +[44204]: https://github.com/rust-lang/rust/pull/44204 [cargo/4123]: https://github.com/rust-lang/cargo/pull/4123 [cargo/4216]: https://github.com/rust-lang/cargo/pull/4216 [cargo/4270]: https://github.com/rust-lang/cargo/pull/4270 |
