diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-05-08 16:31:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-08 16:31:26 +0200 |
| commit | 079e0b40389383f61b6de852aea5babe3d0d5a2d (patch) | |
| tree | 3685814dccc7d553b154f142059ecaf419b324e0 | |
| parent | f31bf4a94e5670570f19efbcd577a3632129cc68 (diff) | |
| parent | a07c71d77303330c10069d545652ed299a805a69 (diff) | |
| download | rust-079e0b40389383f61b6de852aea5babe3d0d5a2d.tar.gz rust-079e0b40389383f61b6de852aea5babe3d0d5a2d.zip | |
Merge pull request #2377 from smanilov/patch-6
Fix minor typo in installation.md
| -rw-r--r-- | src/doc/rustc-dev-guide/src/autodiff/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/autodiff/installation.md b/src/doc/rustc-dev-guide/src/autodiff/installation.md index f3c11395523..971d07bfa39 100644 --- a/src/doc/rustc-dev-guide/src/autodiff/installation.md +++ b/src/doc/rustc-dev-guide/src/autodiff/installation.md @@ -1,6 +1,6 @@ # Installation -In the near future, `std::autodiff` should become available in nightly builds for users. As a contribute however, you will still need to build rustc from source. Please be aware that the msvc target is not supported at the moment, all other tier 1 targets should work. Please open an issue if you encounter any problems on a supported tier 1 target, or if you succesfully build this project on a tier2/tier3 target. +In the near future, `std::autodiff` should become available in nightly builds for users. As a contributor however, you will still need to build rustc from source. Please be aware that the msvc target is not supported at the moment, all other tier 1 targets should work. Please open an issue if you encounter any problems on a supported tier 1 target, or if you succesfully build this project on a tier2/tier3 target. ## Build instructions |
