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 tried this command on my MacBook Air M1 using the stable-aarch64-apple-darwin build of Rust:
rustup doc --book
I expected to see this happen: The html page to the Rust language guide opens up in my browser of choice.
Instead, this happened:
error: couldn't open browser: command 'open' did not execute successfully; exit status: 1command stderr:The file /Users/andylin/.rustup/toolchains/stable-aarch64-apple-darwin/share/doc/rust/html/book/index.html does not exist.
The text was updated successfully, but these errors were encountered:
If you install beta or nightly, you should be able to get the rust-docs component. This should hit stable in about 5 weeks. Closing as fixed, however, feel free to let us know if it is not working in newer releases.
I tried this command on my MacBook Air M1 using the stable-aarch64-apple-darwin build of Rust:
I expected to see this happen: The html page to the Rust language guide opens up in my browser of choice.
Instead, this happened:
The text was updated successfully, but these errors were encountered: