File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
doc/user-guide/src/concepts Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,10 @@ toolchains. The following is an overview of the different components:
54
54
* ` rust-mingw ` --- This contains a linker and platform libraries for building on
55
55
the ` x86_64-pc-windows-gnu ` platform.
56
56
* ` llvm-tools ` --- This component contains a collection of [ LLVM] tools.
57
- Note that this component has not been stabilized and may change in the
58
- future and is provided as-is.
57
+ ** This component has not been stabilized and may change in the future and is
58
+ provided as-is.** Availability of individual LLVM tools may
59
+ change over LLVM versions (including removal of specific LLVM tools), and
60
+ ** is not subject to compiler or toolchain stability guarantees** .
59
61
See [ #85658 ] ( https://github.com/rust-lang/rust/issues/85658 ) .
60
62
* ` rustc-dev ` --- This component contains the compiler as a library. Most users
61
63
will not need this; it is only needed for development * of* tools that link
You can’t perform that action at this time.
0 commit comments