-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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 the Cargo submodule #50456
Update the Cargo submodule #50456
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ |
📌 Commit aa8b924 has been approved by |
⌛ Testing commit aa8b92455bbd2531288a1ab250f1be3c508a30bb with merge 5a21c8dcd47d6a2d8753a5293e447bb336aee387... |
💔 Test failed - status-appveyor |
The new cargo has broken RLS (we are not allowed to regress tools until Thursday)
|
I've sent an update to the RLS to rust-lang/rls#854 |
PR on the RLS side was merged now, so this should be good to go. |
📌 Commit 9399836 has been approved by |
Hopefully brining in a few fixes to Cargo regressions as well as some new stdsimd functions!
@bors: r+ |
📌 Commit 576aab9 has been approved by |
…ichton Update the Cargo submodule Hopefully brining in a few fixes to Cargo regressions!
Rollup of 11 pull requests Successful merges: - #49988 (Mention Result<!, E> in never docs.) - #50148 (turn `ManuallyDrop::new` into a constant function) - #50456 (Update the Cargo submodule) - #50460 (Make `String::new()` const) - #50464 (Remove some transmutes) - #50505 (Added regression function match value test) - #50511 (Add some explanations for #[must_use]) - #50525 (Optimize string handling in lit_token().) - #50527 (Cleanup a `use` in a raw_vec test) - #50539 (Add more logarithm constants) - #49523 (Update RELEASES.md for 1.26.0) Failed merges:
Hopefully brining in a few fixes to Cargo regressions!