-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Make core::mem::copy
const
#100006
Make core::mem::copy
const
#100006
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
r? @kennytm (rust-highfive has picked a reviewer for you, use r? to override) |
Reassigning to someone on t-libs-api -- @jyn514 asked me to review via discord, but it's an API change, so someone on libs-api should sign off on it. I'm not sure if this needs ACP or not. On the one hand, it's very small, the change is small. On the other hand, it does repaint a bikeshed -- in that it changes the name (and to be totally honest, I'm not 100% convinced about the name change -- the rationale of distinguishing it from |
This comment has been minimized.
This comment has been minimized.
Also, historically the (TBH, |
Oh, yeah, |
I am not sure the status of this PR. Should I wait for feedback from @joshtriplett that we want to make these changes? |
I personally agree: I don't think that this should use the past-tense I'd be happy to merge a PR making the |
Ok, I changed this so it only makes the function const. |
@joshtriplett do you know when you'll have a chance to look at this? |
@bors r+ rollup |
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#100006 (Make `core::mem::copy` const) - rust-lang#102659 (1.65.0 release notes) - rust-lang#103124 (Add tests for autoderef on block tail) - rust-lang#103253 (rustdoc: add test case for masked blanket impl) - rust-lang#103715 (use consistent terminology) - rust-lang#103722 (Fix z-indexes of code example feature and cleanup its CSS) - rust-lang#103726 (Avoid unnecessary `&str` to `String` conversions) - rust-lang#103737 (rustdoc: use CSS margin/padding shorthand when all are being set) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
cc #98262, rust-lang/libs-team#78