Closed
Description
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: 1
command stderr:
The file /Users/andylin/.rustup/toolchains/stable-aarch64-apple-darwin/share/doc/rust/html/book/index.html does not exist.