-
Notifications
You must be signed in to change notification settings - Fork 13.3k
library/core: Fixes implement of c_uint, c_long, c_ulong #96280
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
(rust-highfive has picked a reviewer for you, use r? to override) |
Fixes: aa67016 ("make memcmp return a value of c_int_width instead of i32") Introduce c_num_definition to getting the cfg_if logic easier to maintain Add newlines for easier code reading Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
@joshtriplett Ping for review |
Seems reasonable. r=me with the comment nit addressed. |
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
@bors r+ |
📌 Commit 2e69549 has been approved by |
⌛ Testing commit 2e69549 with merge 994b31fda2b3b08892294906546b4f4eb03c8d26... |
💔 Test failed - checks-actions |
The job Click to see the possible cause of the failure (guessed by this bot)
|
I can not figure out what's happened |
Spurious failure due to #93715 (comment). |
⌛ Testing commit 2e69549 with merge 465bd39d6bdbba3c3057177529ed3c3dd8710448... |
💔 Test failed - checks-actions |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Another spurious failure in rustdoc tests /checkout/src/test/rustdoc-gui/docblock-table-overflow.goml |
☀️ Test successful - checks-actions |
Finished benchmarking commit (086bf7a): comparison url. Summary:
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Fixes: aa67016 ("make memcmp return a value of c_int_width instead of i32")
Introduce c_num_definition to getting the cfg_if logic easier to maintain
Add newlines for easier code reading
Signed-off-by: Yonggang Luo luoyonggang@gmail.com