-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
cargo doc --open
regression on Windows
#2446
Comments
Confirming, same issue for me: |
Still exhibiting the problem on versions:
The output now ends with:
|
Boddlnagg
added a commit
to Boddlnagg/cargo
that referenced
this issue
Jun 10, 2016
This fixes rust-lang#2446. Note that I have not built cargo with this change, but I have tested the functionality in isolation (on Windows 10). As to the issue itself, I don't know why the previous version didn't work, but `start` is redundant when `cmd /C` is used.
bors
added a commit
that referenced
this issue
Jun 10, 2016
Fix `cargo doc --open` on Windows This fixes #2446. Note that I have not built cargo with this change, but I have tested the functionality in isolation (on Windows 10). As to the issue itself, I don't know why the previous version didn't work, but `start` is redundant when `cmd /C` is used.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Windows 7,
cargo doc --open
has stopped working between stable and beta, instead failing silently. I was unable to find any obvious offending commits in the diff, or compile Cargo to narrow down the commit range myself.The text was updated successfully, but these errors were encountered: