Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline docs not installed on aarch64-apple-darwin #93517

Closed
KevinDCarlson opened this issue Jan 31, 2022 · 2 comments
Closed

Offline docs not installed on aarch64-apple-darwin #93517

KevinDCarlson opened this issue Jan 31, 2022 · 2 comments
Labels
C-bug Category: This is a bug.

Comments

@KevinDCarlson
Copy link

KevinDCarlson commented Jan 31, 2022

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.

@KevinDCarlson KevinDCarlson added the C-bug Category: This is a bug. label Jan 31, 2022
@Mark-Simulacrum
Copy link
Member

The relevant PR is only landed on nightly (1.60), so it hasn't made it to stable yet. Can you check with rustup install nightly?

@KevinDCarlson
Copy link
Author

Ah of course. That fixed it, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants