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
On a new install of rustup, running rustup doc fails silently if the documentation is not installed: the browser does not open, and there is no error message.
Would it be OK to add an error message, or to automatically run rustup component add rust-docs ?
This is tangentially related to #891 — if the doc is installed by default, this issue would be moot.