We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3f7c4 commit 1d9f534Copy full SHA for 1d9f534
src/building/how-to-build-and-run.md
@@ -211,7 +211,7 @@ rustup toolchain link stage2 build/<host-triple>/stage2
211
The `<host-triple>` would typically be one of the following:
212
213
- Linux: `x86_64-unknown-linux-gnu`
214
-- Mac: `x86_64-apple-darwin`
+- Mac: `x86_64-apple-darwin` or `aarch64-apple-darwin`
215
- Windows: `x86_64-pc-windows-msvc`
216
217
Now you can run the `rustc` you built with. If you run with `-vV`, you
0 commit comments