-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Update cargo #73415
Update cargo #73415
Conversation
|
@bors r+ |
📌 Commit 8f5ff7b has been approved by |
@ehuss Does this re-enable doc tests for std? If so we might want to rollup=never and prioritize it. |
No, this re-enables doc-tests on nightly (affects the rest of the ecosystem that uses nightly). Doc-tests for std will be re-enabled by #73411. |
Update cargo 3 commits in 79c769c3d7b4c2cf6a93781575b7f592ef974255..089cbb80b73ba242efdcf5430e89f63fa3b5328d 2020-06-11 22:13:37 +0000 to 2020-06-15 14:38:34 +0000 - Support linker with -Zdoctest-xcompile. (rust-lang/cargo#8359) - Fix doctests not running with --target=HOST. (rust-lang/cargo#8358) - Allow passing a registry index url directly to `cargo install` (rust-lang/cargo#8344)
let this merge individually @bors p=1 rollup=never |
@bors r- This is going to fail, there are some doctests that were never passing that need to be fixed From #73536 (comment)
|
@Manishearth I think you may have this PR mistaken for #73411. The in-tree Cargo is not used for anything (besides cargotest, which just started a few days ago). @bors r+ |
📌 Commit 8f5ff7b has been approved by |
@ehuss ah, i see |
⌛ Testing commit 8f5ff7b with merge a2ecd9f23fadd15359be41d3b851658cb0c5e553... |
💥 Test timed out |
@bors retry |
☀️ Test successful - checks-azure |
3 commits in 79c769c3d7b4c2cf6a93781575b7f592ef974255..089cbb80b73ba242efdcf5430e89f63fa3b5328d
2020-06-11 22:13:37 +0000 to 2020-06-15 14:38:34 +0000
cargo install
(Allow passing a registry index url directly tocargo install
cargo#8344)