stabilize const_intrinsic_copy - #130762
Merged
Merged
Conversation
commented
Sep 23, 2024
|
rustbot has assigned @workingjubilee. Use |
commented
Sep 23, 2024
|
Portable SIMD is developed in its own repository. If possible, consider making this change to rust-lang/portable-simd instead. |
7 tasks
This comment has been minimized.
This comment has been minimized.
ghost
force-pushed
the
const_intrinsic_copy
branch
from
September 23, 2024 20:12
2744116 to
2787179
Compare
dtolnay
approved these changes
Sep 23, 2024
commented
Sep 23, 2024
Member
|
@bors r+ |
commented
Sep 23, 2024
This was referenced Sep 24, 2024
3 tasks
ghost
deleted the
const_intrinsic_copy
branch
September 25, 2024 06:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #80697
This stabilizes
In particular, this reverts #117905, which reverted #97276.
The
NonNullmethods are not listed in the tracking issue, they were added to this feature gate in #124498. The existing FCP does not cover them. They are however entirely identical to the*mutmethods and already stable outsideconst. @rust-lang/libs-api please let me know if FCP will be required for theNonNullmethods.