diff options
| author | stefnotch <stefnotch@users.noreply.github.com> | 2025-05-20 17:17:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-20 17:17:36 +0200 |
| commit | 8e3d0b2b031ee49596e4ae6da3845928909baca8 (patch) | |
| tree | 92bb848c9344045290d4f9a8fe6104407f4f7460 | |
| parent | 4c39287e34fea2a8a3b330a6cf2c3afab21d4951 (diff) | |
| download | rust-8e3d0b2b031ee49596e4ae6da3845928909baca8.tar.gz rust-8e3d0b2b031ee49596e4ae6da3845928909baca8.zip | |
Update availability of Cranelift (#1579)
- include source
| -rw-r--r-- | Readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md index 28edb5795ce..4d1e4d843ff 100644 --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,7 @@ If not please open an issue. ## Download using Rustup -The Cranelift codegen backend is distributed in nightly builds on Linux and x86_64 macOS. If you want to +The Cranelift codegen backend is distributed in nightly builds on Linux, macOS and x86_64 Windows. If you want to install it using Rustup, you can do that by running: ```bash @@ -79,7 +79,7 @@ For more docs on how to build and test see [build_system/usage.txt](build_system Not all targets are available as rustup component for nightly. See notes in the platform support matrix. [^xcoff]: XCOFF object file format is not supported. -[^no-rustup]: Not available as rustup component for nightly. You can build it yourself. +[^no-rustup]: Not available as [rustup component for nightly](https://rust-lang.github.io/rustup-components-history/). You can build it yourself. ## Usage |
