@@ -42,19 +42,15 @@ toolchains. The following is an overview of the different components:
42
42
doc --help` for more options.
43
43
* ` rust-analyzer ` — [ rust-analyzer] is a language server that provides support
44
44
for editors and IDEs.
45
- * ` rls ` — [ RLS] is a language server that is deprecated and has been replaced
46
- by rust-analyzer.
47
45
* ` clippy ` — [ Clippy] is a lint tool that provides extra checks for common
48
46
mistakes and stylistic choices.
49
47
* ` miri ` — [ Miri] is an experimental Rust interpreter, which can be used for
50
48
checking for undefined-behavior.
51
49
* ` rust-src ` — This is a local copy of the source code of the Rust standard
52
- library. This can be used by some tools, such as [ RLS ] , to provide
50
+ library. This can be used by some tools, such as [ rust-analyzer ] , to provide
53
51
auto-completion for functions within the standard library; [ Miri] which is a
54
52
Rust interpreter; and Cargo's experimental [ build-std] feature, which allows
55
53
you to rebuild the standard library locally.
56
- * ` rust-analysis ` — Metadata about the standard library, used by tools like
57
- [ RLS] .
58
54
* ` rust-mingw ` — This contains a linker and platform libraries for building on
59
55
the ` x86_64-pc-windows-gnu ` platform.
60
56
* ` llvm-tools-preview ` — This is an experimental component which contains a
@@ -63,6 +59,14 @@ toolchains. The following is an overview of the different components:
63
59
will not need this; it is only needed for development * of* tools that link
64
60
to the compiler, such as making modifications to [ Clippy] .
65
61
62
+ ### Previous components
63
+
64
+ These components have been deprecated and are not published in new Rust releases.
65
+
66
+ * ` rls ` — [ RLS] is a language server that is deprecated and has been replaced
67
+ by rust-analyzer.
68
+ * ` rust-analysis ` — Metadata about the standard library, used by [ RLS] .
69
+
66
70
## Component availability
67
71
68
72
Not all components are available for all toolchains. Especially on the nightly
0 commit comments