From 30515622ad16eec7b6a8e5fab03148c18abdbf3c Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 12 Mar 2024 08:03:40 -0700 Subject: [PATCH] docs: Add note about stability of llvm-tools. --- doc/user-guide/src/concepts/components.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/user-guide/src/concepts/components.md b/doc/user-guide/src/concepts/components.md index 0a157db539..59978298b2 100644 --- a/doc/user-guide/src/concepts/components.md +++ b/doc/user-guide/src/concepts/components.md @@ -54,6 +54,9 @@ toolchains. The following is an overview of the different components: * `rust-mingw` --- This contains a linker and platform libraries for building on the `x86_64-pc-windows-gnu` platform. * `llvm-tools` --- This component contains a collection of [LLVM] tools. + Note that this component has not been stabilized and may change in the + future and is provided as-is. + See [#85658](https://github.com/rust-lang/rust/issues/85658). * `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].