We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd4de7 commit a928255Copy full SHA for a928255
src/doc/rustc/src/platform-support/fuchsia.md
@@ -79,7 +79,7 @@ the following commands:
79
80
```sh
81
rustup target add x86_64-fuchsia
82
-rustup target add aarch_64-fuchsia
+rustup target add aarch64-fuchsia
83
```
84
85
After installing our Fuchsia targets, we can now compile a Rust binary that targets
0 commit comments