Initial functions to start on transmute v2#155084
Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom Apr 12, 2026
Merged
Initial functions to start on transmute v2#155084rust-bors[bot] merged 1 commit intorust-lang:mainfrom
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Conversation
Collaborator
|
rustbot has assigned @Mark-Simulacrum. Use Why was this reviewer chosen?The reviewer was selected based on:
|
This comment has been minimized.
This comment has been minimized.
0753fe0 to
63d7f8e
Compare
Member
|
@bors r+ |
Contributor
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
Apr 11, 2026
…ark-Simulacrum Initial functions to start on transmute v2 For context, see rust-lang/rfcs#3844 and rust-lang/libs-team#772 *Experimental* still, tracked under rust-lang#155079 This is just library functions. A future PR will do compiler changes for things like lints.
rust-bors bot
pushed a commit
that referenced
this pull request
Apr 12, 2026
Rollup of 7 pull requests Successful merges: - #155084 (Initial functions to start on transmute v2) - #155126 (add `cfg(target_object_format = "...")`) - #155165 (Portable SIMD subtree update) - #153871 (fix spurious test failure in `metadata_access_times`) - #155150 (replace <name> @ ty::AliasTy matches with just using args: <name>_args) - #155159 (Fix min-specialization ICE from ignored region resolution failure) - #155167 (Reduce size of `ImportData`)
rust-timer
added a commit
that referenced
this pull request
Apr 12, 2026
Rollup merge of #155084 - scottmcm:add-transmute-prefix, r=Mark-Simulacrum Initial functions to start on transmute v2 For context, see rust-lang/rfcs#3844 and rust-lang/libs-team#772 *Experimental* still, tracked under #155079 This is just library functions. A future PR will do compiler changes for things like lints.
8 tasks
RalfJung
reviewed
Apr 12, 2026
| /// New version of `transmute`, exposed under this name so it can be iterated upon | ||
| /// without risking breakage to uses of "real" transmute. | ||
| /// | ||
| /// It will not be stabilized under this name. |
Member
There was a problem hiding this comment.
Please explain its requirements and in particular how they are different from regular transmute.
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.
For context, see rust-lang/rfcs#3844 and rust-lang/libs-team#772
Experimental still, tracked under #155079
This is just library functions. A future PR will do compiler changes for things like lints.