-
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
Remove error code check in doc test #6027
Remove error code check in doc test #6027
Conversation
r? @matklad (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ |
📌 Commit de3c4cb5dba53ce28b31194e76237147475a230a has been approved by |
⌛ Testing commit de3c4cb5dba53ce28b31194e76237147475a230a with merge 0aca6437ee5b61cf27c2056dc0bf047d1dd945e4... |
This isn't going to pass because the test harness asserts that cargo returns 0 by default. There currently isn't a way to ignore the return code, though that can be easily added. |
Is it a check performed in cargo or in rustc? (if in rustc, I'll send the PR there which will give a nice cascade of PRs haha). |
The check is in the testsuite code. The default is set here. I think it would be reasonable to add another method next to |
Agreed. Adding it to this PR as well. |
de3c4cb
to
7b92554
Compare
Maybe we can revert the test changes in b1d6a7e then ;-) Edit: I mean in the future. Not (necessarily) in this PR. |
Euh... Ok! New commit incoming! |
2fd5ace
to
2fc6b3e
Compare
@dwijnand: Done as well. Anything else? 😆 |
Thank you! 🙇 Sorry for the misunderstanding. |
Cool! Then let's hope it'll pass tests now. :) |
@bors: r+ |
📌 Commit 2fc6b3e has been approved by |
…richton Remove error code check in doc test Needed by rust-lang/rust#53933 cc @alexcrichton
☀️ Test successful - status-appveyor, status-travis |
Needed by rust-lang/rust#53933
cc @alexcrichton