-
Notifications
You must be signed in to change notification settings - Fork 1.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
Re-export c_char_def as c_char instead of defining c_char per target #4201
Conversation
Hmm... https://github.com/rust-lang/libc/actions/runs/12372572407/job/34531085124?pr=4201
|
This repo has really old tooling that likes to complain about a lot. It might need a fix if it's not reporting something accurately. My idea with having Admittedly this plan was from before I knew anyone else was working on this so I am open to other suggestions, but could at least the known changes in #4199 get in before updating everything else? |
(The approach I said I think is ideal in #4199 (comment), doesn't have such an CI problem: #4202) |
Closing in favor of #4202, which is doing the approach I said I think is ideal in #4199 (comment). |
Description
Replaces #4199 by doing #4199 (comment).
Closes #4199.
Sources
Checklist
libc-test/semver
have been updated*LAST
or*MAX
areincluded (see #3131)
cd libc-test && cargo test --target mytarget
);especially relevant for platforms that may not be checked in CI