-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Test that Wrapping arithmetic ops are implemented for all int types #63692
Conversation
r? @sfackler (rust_highfive has picked a reviewer for you, use r? to override) |
Since trait impls are immediately stable, let's go through FCP, but this seems pretty uncontroversial since it's just adding the by-reference impls that primitives already have. @rfcbot fcp merge |
Team member @sfackler has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
should there also be versions for |
Yep - r=me with tests for usize/isize. |
@bors r+ |
📌 Commit c71004c has been approved by |
⌛ Testing commit c71004c with merge 7a61aec43c9e6b2c76e508cbd7878792a7b801f7... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
Can this test be skipped for asm.js? |
You can probably |
Should be good now. |
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. The RFC will be merged soon. |
Can we re-run the tests? |
@bors r+ |
📌 Commit 55800ce has been approved by |
Test that Wrapping arithmetic ops are implemented for all int types Closes #49660
☀️ Test successful - checks-azure |
Thanks @sfackler! |
Closes #49660