-
Notifications
You must be signed in to change notification settings - Fork 1.1k
ctest: Add translation of Rust types. #4501
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
base: main
Are you sure you want to change the base?
Conversation
There's quite a lot of |
fc9641c
to
1d766de
Compare
Tests seem to fail at a parse int error, so |
43a06e3
to
3c411d1
Compare
The error on msvc goes away if I replace |
From what I understand |
Description
The ability to translate various Rust types that are translatable into equivalent C types. Additionally some basic unit tests have been added.
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