Closed
Description
I installed Rust with the following version details: stable-aarch64-apple-darwin installed - rustc 1.58.1 (db9d1b20b 2022-01-20)
Upon running rustup doc The file /Users/me/.rustup/toolchains/stable-aarch64-apple-darwin/share/doc/rust/html/index.html does not exist.
Upon running rustup component add rust-docs error: toolchain 'stable-aarch64-apple-darwin' does not contain component 'rust-docs' for target 'aarch64-apple-darwin'
And similarly for trying to specify the toolchain explicitly when adding the component.
According to this issue Tier 2 toolchains should be getting fallback docs for the best-related toolchain, in my case for Intel Mac, but there is some chatter I can't quite follow about possibly disabling this for aarch64.