-
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
relax rustdoc output assertion #6559
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ Do you need an update to Cargo to unblock your PR? I can post one if you'd like. |
📌 Commit eda10a4 has been approved by |
⌛ Testing commit eda10a4 with merge 081032284daffb9df7b29d1ed5faef77276f7d22... |
@ehuss Yeah, I think so, thanks. |
Cargo and rustdoc must pass all tests at all times, so they aren't allowed to be broken. I'll post an update soon and cc you. |
💥 Test timed out |
@bors retry |
relax rustdoc output assertion The output of this rustdoc error is changing in rust-lang/rust#56884. This PR relaxes an assertion on the output so that the test will still pass once the rustdoc PR is merged.
☀️ Test successful - checks-travis, status-appveyor |
Update cargo Unblocks #56884 cc @euclio 6 commits in 2b4a5f1f0bb6e13759e88ea9512527b0beba154f..ffe65875fd05018599ad07e7389e99050c7915be 2019-01-12 04:13:12 +0000 to 2019-01-17 23:57:50 +0000 - Better error message for bad manifest with `cargo install`. (rust-lang/cargo#6560) - relax rustdoc output assertion (rust-lang/cargo#6559) - touch some files when we use them (rust-lang/cargo#6477) - Add documentation for new package/publish feature flags. (rust-lang/cargo#6553) - Update chat link to Discord. (rust-lang/cargo#6554) - Fix typo (rust-lang/cargo#6552) r? @alexcrichton
The output of this rustdoc error is changing in rust-lang/rust#56884. This PR relaxes an assertion on the output so that the test will still pass once the rustdoc PR is merged.