From 310321976121023d540c6c6b0055b48f80798a19 Mon Sep 17 00:00:00 2001 From: Mathias Brossard Date: Mon, 11 Dec 2023 13:54:28 -0600 Subject: [PATCH] Component is now named 'llvm-tools' --- doc/user-guide/src/concepts/components.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/user-guide/src/concepts/components.md b/doc/user-guide/src/concepts/components.md index ba74f96276..ca1bafa6bf 100644 --- a/doc/user-guide/src/concepts/components.md +++ b/doc/user-guide/src/concepts/components.md @@ -57,8 +57,7 @@ toolchains. The following is an overview of the different components: [RLS]. * `rust-mingw` — This contains a linker and platform libraries for building on the `x86_64-pc-windows-gnu` platform. -* `llvm-tools-preview` — This is an experimental component which contains a - collection of [LLVM] tools. +* `llvm-tools` — This component contains a collection of [LLVM] tools. * `rustc-dev` — This component contains the compiler as a library. Most users will not need this; it is only needed for development *of* tools that link to the compiler, such as making modifications to [Clippy].