-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Add sync module to rustc_data_structures #46709
Conversation
src/librustc/Cargo.toml
Outdated
@@ -15,7 +15,7 @@ fmt_macros = { path = "../libfmt_macros" } | |||
graphviz = { path = "../libgraphviz" } | |||
jobserver = "0.1" | |||
log = "0.3" | |||
owning_ref = "0.3.3" | |||
owning_ref = { git = "https://github.com/Zoxc/owning-ref-rs.git" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the rustc build process shouldn't depend on random git repos - that's just too fragile. We want to keep things building in N years.
r=me if you (temporarily) vendor your version of |
I added my |
☔ The latest upstream changes (presumably #45002) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors r+ |
📌 Commit a52f7f5 has been approved by |
☔ The latest upstream changes (presumably #46740) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors r=arielb1 |
📌 Commit aa8ae60 has been approved by |
🔒 Merge conflict |
@bors r=arielb1 |
📌 Commit cce4358 has been approved by |
⌛ Testing commit cce43587ea99c1bea5d589fb2aabb1f101de4f1b with merge 3e5953b93d6c67645174e6f5bed9374f796b5707... |
💔 Test failed - status-travis |
@bors r=arielb1 |
📌 Commit 0521aa8 has been approved by |
⌛ Testing commit 0521aa8518225e1859a2c3a45e803a9a8d957444 with merge 8d41516c6f5c1ad1b6205e2cb7fa26233b352ad3... |
💔 Test failed - status-travis |
@bors r=arielb1 |
📌 Commit c1e2814 has been approved by |
⌛ Testing commit c1e2814aceca0c2cc67c03744824cfa538255d77 with merge d7fb84e2fedf2c2f2901e07cdefabe18026ffc42... |
💔 Test failed - status-travis |
Please rebase on latest master to pick up the newest toolstate. (BTW I don't think you need to update Cargo.lock) |
@bors r=arielb1 |
📌 Commit 970c613 has been approved by |
☀️ Test successful - status-appveyor, status-travis |
This PR is split out from #45912, since github apparently can't handle such large PRs.
r? @arielb1