-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 libc to 0.2.64 #65469
Update libc to 0.2.64 #65469
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@mati865 thanks, there haven't been any reported issues with libc 0.2.64 yet, so I think we can land this already. |
@bors: r+ |
📌 Commit 01008e4 has been approved by |
Rollup of 8 pull requests Successful merges: - #65094 (Prefer statx on linux if available) - #65316 (make File::try_clone produce non-inheritable handles on Windows) - #65319 (InterpCx: make memory field public) - #65461 (Don't recommend ONCE_INIT in std::sync::Once) - #65465 (Move syntax::ext to a syntax_expand and refactor some attribute logic) - #65469 (Update libc to 0.2.64) - #65475 (add example for type_name) - #65478 (fmt::Write is about string slices, not byte slices) Failed merges: r? @ghost
Test on This special cased conversion should be removed. These two |
This failure should also be fixed by #65251. |
I just approved #65251 and if I'm reading https://buildbot2.rust-lang.org/homu/queue/rust correctly, that PR will be merged before this one, so no change should have to be made here (unless there's a merge conflict I guess). |
Force pushed to remove test commit, this time Ready to go. |
@bors: r+ |
📌 Commit 6de4924 has been approved by |
☀️ Test successful - checks-azure |
Passed local tests.
cc potentially interested people: @gnzlbg @tlively