-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Add copy bound to atomic & numeric intrinsics #70101
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @withoutboats (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
r? @eddyb |
But until then, let's see if all of these bounds slow down compilation: |
Awaiting bors try build completion |
Add copy bound to atomic & numeric intrinsics Includes changes from #70088.
💥 Test timed out |
90403dd
to
ec853b6
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion |
⌛ Trying commit ec853b6 with merge 119f1f99f280ef63616a5850089cb3d96f05938a... |
Awaiting bors try build completion |
⌛ Trying commit ec853b6 with merge c50daeeeb7cd5e2b6d5077742e980e9cf777832f... |
☀️ Try build successful - checks-azure |
Queued c50daeeeb7cd5e2b6d5077742e980e9cf777832f with parent 7762131, future comparison URL. |
Finished benchmarking try commit c50daeeeb7cd5e2b6d5077742e980e9cf777832f, comparison URL. |
Wait, this is silly, only Sorry for the unnecessary delay, I didn't think the implications through properly. |
📌 Commit ec853b6 has been approved by |
All regressions are for incremental mode. |
Rollup of 3 pull requests Successful merges: - rust-lang#68692 (impl From<[T; N]> for Vec<T>) - rust-lang#70101 (Add copy bound to atomic & numeric intrinsics) - rust-lang#70506 (BTreeMap testing: introduce symbolic constants and use height consistently) Failed merges: r? @ghost
No description provided.