We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4582734 commit f0d76d0Copy full SHA for f0d76d0
doc/user-guide/src/concepts/components.md
@@ -53,8 +53,7 @@ toolchains. The following is an overview of the different components:
53
you to rebuild the standard library locally.
54
* `rust-mingw` — This contains a linker and platform libraries for building on
55
the `x86_64-pc-windows-gnu` platform.
56
-* `llvm-tools-preview` — This is an experimental component which contains a
57
- collection of [LLVM] tools.
+* `llvm-tools` — This component contains a collection of [LLVM] tools.
58
* `rustc-dev` — This component contains the compiler as a library. Most users
59
will not need this; it is only needed for development *of* tools that link
60
to the compiler, such as making modifications to [Clippy].
0 commit comments