-
Notifications
You must be signed in to change notification settings - Fork 13k
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 parking_lot to 0.7 #57051
Update parking_lot to 0.7 #57051
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit fc2af5efdce40439bf3a3744f2f5baa72085c2f9 has been approved by |
This comment has been minimized.
This comment has been minimized.
fc2af5e
to
0b8dbfe
Compare
Rebased |
0b8dbfe
to
353b1bb
Compare
@bors r=nikomatsakis |
📌 Commit 353b1bbe0ac15dec4ebd738c6fbd81d6ab6e4abd has been approved by |
⌛ Testing commit 353b1bbe0ac15dec4ebd738c6fbd81d6ab6e4abd with merge 13df9903f43ebb181fa62668e11abe517c706dc6... |
💔 Test failed - status-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
☔ The latest upstream changes (presumably #56507) made this pull request unmergeable. Please resolve the merge conflicts. |
Sigh, needs rebase again :( |
These Cargo.lock PRs are a royal pain to land |
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
@bors r=nikomatsakis |
📌 Commit 79db25c83c193173f065bd631850b46b04184637 has been approved by |
⌛ Testing commit 79db25c83c193173f065bd631850b46b04184637 with merge 5c19fa914f179cdd0d5db0a8cba9306f632c83d5... |
💔 Test failed - checks-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
I believe this also needs a bump of the |
☔ The latest upstream changes (presumably #58266) made this pull request unmergeable. Please resolve the merge conflicts. |
Unfortunately this'll dupe parking_lot until the data_structures crate is published and be updated in rls in conjunction with crossbeam-channel
79db25c
to
a82f0ce
Compare
There, rebased. Not sure how to test for the latest CI failure locally though so I trusted @Xanewok's advice and bumped ignore (which removed a few dependencies so that's great) |
CI is green, right now Lines 2416 to 2423 in a82f0ce
rustc-ap-* packages in a lockstep (has to be coordinated with tools)
@bors r=nikomatsakis p=1 |
📌 Commit a82f0ce has been approved by |
Update parking_lot to 0.7 Unfortunately this'll dupe parking_lot until the data_structures crate is published and be updated in rls in conjunction with crossbeam-channel
☀️ Test successful - checks-travis, status-appveyor |
☀️ Test successful - checks-travis, status-appveyor |
Unfortunately this'll dupe parking_lot until the data_structures crate
is published and be updated in rls in conjunction with crossbeam-channel