You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: