-
Notifications
You must be signed in to change notification settings - Fork 998
Closed
rust-lang/rust
#76884Labels
Description
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 the 2020-09-11 nightly. Running rustup doc gives the following error:
error: couldn't open browser
error: caused by: command 'open' did not execute successfully; exit code: 1
command stderr:
The file /Users/thomas/.rustup/toolchains/nightly-x86_64-apple-darwin/share/doc/rust/html/index.html does not exist.
Steps
- Update to a recent nightly, I'm using
rustc 1.48.0-nightly (f3c923a13 2020-09-17). - Run
rustup doc.
Notes
Output of rustup --version: rustup 1.22.1 (b01adbbc3 2020-07-08).
Output of rustup show:
Default host: x86_64-apple-darwin
rustup home: /Users/thomas/.rustup
installed toolchains
--------------------
stable-x86_64-apple-darwin
nightly-2020-09-11-x86_64-apple-darwin
nightly-x86_64-apple-darwin
active toolchain
----------------
nightly-x86_64-apple-darwin (default)
rustc 1.48.0-nightly (f3c923a13 2020-09-17)