From c3609637450bd2b25e52baec2c8f876cd3b09b29 Mon Sep 17 00:00:00 2001 From: Manuel Drehwald Date: Thu, 9 Jul 2026 15:38:29 +0200 Subject: [PATCH 1/2] Add Enzyme to the list of rustup components --- 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 2d9b74beeb..bb6529bc5b 100644 --- a/doc/user-guide/src/concepts/components.md +++ b/doc/user-guide/src/concepts/components.md @@ -62,6 +62,8 @@ toolchains. The following is an overview of the different components: * `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]. +* `enzyme` --- This component enables the `std::autodiff` module in nightly Rust. + See [autodiff] for more detail. ### Previous components @@ -101,3 +103,4 @@ details. [rustup components history]: https://rust-lang.github.io/rustup-components-history/ [profiles]: profiles.md [nightly availability]: channels.md#nightly-availability +[enzyme]: https://rustc-dev-guide.rust-lang.org/autodiff/installation.html From 01f1b6faae2a8f712e37b4c9dccfe222bfb6aec0 Mon Sep 17 00:00:00 2001 From: Manuel Drehwald Date: Thu, 9 Jul 2026 18:20:12 +0200 Subject: [PATCH 2/2] Update doc/user-guide/src/concepts/components.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Beránek --- doc/user-guide/src/concepts/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-guide/src/concepts/components.md b/doc/user-guide/src/concepts/components.md index bb6529bc5b..9dce622a9c 100644 --- a/doc/user-guide/src/concepts/components.md +++ b/doc/user-guide/src/concepts/components.md @@ -63,7 +63,7 @@ toolchains. The following is an overview of the different components: will not need this; it is only needed for development *of* tools that link to the compiler, such as making modifications to [Clippy]. * `enzyme` --- This component enables the `std::autodiff` module in nightly Rust. - See [autodiff] for more detail. + See [autodiff][enzyme] for more detail. ### Previous components