-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[beta] Update cargo on beta. #47431
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
[beta] Update cargo on beta. #47431
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @aturon (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
So just to clarify, why are we backporting what seems like a simple feature? This seems unusual, and a cursory look didn't find any discussion (feel free to point me at it if it exists). |
@Mark-Simulacrum Paths in error messages and whatnot became relative to |
@Mark-Simulacrum yes this is a minor new features which brings in a fix for a bug on beta, and should be good to go! @bors: r+ |
📌 Commit d3605ee has been approved by |
Thanks @ehuss! |
@bors p=5 |
⌛ Testing commit d3605ee with merge d360d4ff50f16c6808439c7eedc7235981fc5413... |
💔 Test failed - status-travis |
@bors: retry Apparently a 30 second timeout isn't always enough... |
⌛ Testing commit d3605ee with merge 0e722254d968c09ad2befc788ed1aaf3242e1ea8... |
💔 Test failed - status-travis |
@bors: retry
|
Update cargo on beta. This brings in rust-lang/cargo#4940 which adds `"workspace_root"` to `cargo metadata` so that tools can resolve the new relative paths in symbols and compiler messages.
💔 Test failed - status-appveyor |
⌛ Testing commit d3605ee with merge 57a43b3d5704afadb5a7f028d329ae950ab54c7a... |
💔 Test failed - status-travis |
[beta] Update cargo on beta. This brings in rust-lang/cargo#4940 which adds `"workspace_root"` to `cargo metadata` so that tools can resolve the new relative paths in symbols and compiler messages.
💔 Test failed - status-appveyor |
I'm gonna close in favor of #47553 as the queue's a little backed up, hopefully when we land it we won't have to land much else in beta! |
This brings in rust-lang/cargo#4940 which adds
"workspace_root"
tocargo metadata
so that tools can resolve the new relative paths in symbols and compiler messages.