-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[0.2] Backports #4499
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
Merged
Merged
[0.2] Backports #4499
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
423cce4
to
7e65c58
Compare
These appeared in a recent nightly from our `PartialEq` derives. Add `allow`s where needed to suppress them, since removing the derive would be breaking. (backport <rust-lang#4489>) [ applied to PSP as well - Trevor ] (cherry picked from commit e637810)
(backport <rust-lang#4490>) (cherry picked from commit 10b7252)
the struct appers to be extensible, so also mark it as non_exhaustive (backport <rust-lang#4487>) (cherry picked from commit 4dc50eb)
(backport <rust-lang#4492>) (cherry picked from commit a2cf7c8)
(backport <rust-lang#4483>) (cherry picked from commit 8620c2c)
The tv_nsec field was removed by mistake for gnux32 in bbaa017 ("gnu: Update struct timespec for GNU _TIME_BITS=64"). Fixes rust-lang#4495 Link: https://github.com/bminor/glibc/blob/d1b27eeda3d92f33314e93537437cab11ddf4777/time/bits/types/struct_timespec.h#L11-L31 [ add referenced commit summary and link to the message - Trevor ] (backport <rust-lang#4497>) (cherry picked from commit e9bd0b4)
7e65c58
to
264a539
Compare
Merged
via the queue into
rust-lang:libc-0.2
with commit Jun 17, 2025
296b580
47 of 49 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.