-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Don't throw away errors with -p
arguments
#2723
Conversation
r? @wycats (rust_highfive has picked a reviewer for you, use r? to override) |
r+ |
@bors: r=wycats |
📌 Commit 6c5b02f has been approved by |
⌛ Testing commit 6c5b02f with merge e24eaf3... |
💔 Test failed - cargo-win-gnu-64 |
This was unfortunately ignoring errors which would helpfully tell you how to rerun a command with a more precise specification. Closes rust-lang#2641
6c5b02f
to
ab9f64d
Compare
@bors: r=wycats |
📌 Commit ab9f64d has been approved by |
Don't throw away errors with `-p` arguments This was unfortunately ignoring errors which would helpfully tell you how to rerun a command with a more precise specification. Closes #2641
☀️ Test successful - cargo-cross-linux, cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-gnu-32, cargo-win-gnu-64, cargo-win-msvc-32, cargo-win-msvc-64 |
This was unfortunately ignoring errors which would helpfully tell you how to
rerun a command with a more precise specification.
Closes #2641