-
Notifications
You must be signed in to change notification settings - Fork 889
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
Missing std lib HTML docs #2494
Comments
If you run |
|
I see its missing
|
The Could you please go into your Also, once you've done that, try to see if anything listed in that manifest is present on the filesystem. Paths are relative to the toolchain directory ( |
The directory (
But its missing the |
Interesting. @Mark-Simulacrum Do you have any insight as to why this might be happening? I think there've been changes to docs packages recently in master? |
rust-lang/rust#76884 should fix this for macOS and a few other triples. |
…oalbini Add host triples to target lists This PR is primarily intended to fix rust-lang/rustup#2494, which is the second commit. That bug was introduced by rust-lang#76415, and incompletely fixed by rust-lang#76639. (rust-lang#76639 added host triples, which gave us compilers, but missed that we also need documentation and other target-only things). However, it also removes duplicate macOS CI builders. r? `@pietroalbini`
Docs are available again, thanks @Mark-Simulacrum @kinnison. |
Problem
Maybe its a problem with my local setup, but I've been missing the HTML docs (in
.rustup/toolchains/nightly-x86_64-apple-darwin/share/doc/rust/html/index.html
) since the2020-09-11
nightly. Runningrustup doc
gives the following error:Steps
rustc 1.48.0-nightly (f3c923a13 2020-09-17)
.rustup doc
.Notes
Output of
rustup --version
:rustup 1.22.1 (b01adbbc3 2020-07-08)
.Output of
rustup show
:The text was updated successfully, but these errors were encountered: