Uh oh!
There was an error while loading. Please reload this page.
add cfg(target_object_format = "...") - #155126
Conversation
This comment has been minimized.
This comment has been minimized.
5b32d9f to
2212a27Comparerustbot
commented
Apr 10, 2026
This PR modifies cc @jieyouxu Some changes occurred in cfg and check-cfg configuration cc @Urgau These commits modify compiler targets. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
560902f to
36c6115Comparerustbot
commented
Apr 10, 2026
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
36c6115 to
332a55cCompare
This comment has been minimized.
This comment has been minimized.
332a55c to
171dea8Compare
This comment has been minimized.
This comment has been minimized.
171dea8 to
6bcd172Comparefolkertdev
commented
Apr 11, 2026
Finally made it through CI |
There was a problem hiding this comment.
LGTM, r=me (unless you want to wait for @JonathanBrouwer)
folkertdev
commented
Apr 11, 2026
@bors r=Urgau |
…=Urgau add `cfg(target_object_format = "...")` tracking issue: rust-lang#152586 I'm implementing the predicate as `target_object_format`, because that's what is useful to me (for testing `#[link_section = "..."]` where `mach-o` has some extra restrictions) and maps cleanly to the `BinaryFormat` enum that is used internally. There is still room for a future `target_executable_format` when there is a use case. cc @joshtriplett as the lang sponsor of this feature, @workingjubilee as the author of the proposal. r? JonathanBrouwer a sidequest from the sidequest that is rust-lang#155065
…=Urgau add `cfg(target_object_format = "...")` tracking issue: rust-lang#152586 I'm implementing the predicate as `target_object_format`, because that's what is useful to me (for testing `#[link_section = "..."]` where `mach-o` has some extra restrictions) and maps cleanly to the `BinaryFormat` enum that is used internally. There is still room for a future `target_executable_format` when there is a use case. cc @joshtriplett as the lang sponsor of this feature, @workingjubilee as the author of the proposal. r? JonathanBrouwer a sidequest from the sidequest that is rust-lang#155065
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`)
Uh oh!
There was an error while loading. Please reload this page.
Rollup merge of #155126 - folkertdev:target-object-format, r=Urgau add `cfg(target_object_format = "...")` tracking issue: #152586 I'm implementing the predicate as `target_object_format`, because that's what is useful to me (for testing `#[link_section = "..."]` where `mach-o` has some extra restrictions) and maps cleanly to the `BinaryFormat` enum that is used internally. There is still room for a future `target_executable_format` when there is a use case. cc @joshtriplett as the lang sponsor of this feature, @workingjubilee as the author of the proposal. r? JonathanBrouwer a sidequest from the sidequest that is #155065
tracking issue: #152586
I'm implementing the predicate as
target_object_format, because that's what is useful to me (for testing#[link_section = "..."]wheremach-ohas some extra restrictions) and maps cleanly to theBinaryFormatenum that is used internally. There is still room for a futuretarget_executable_formatwhen there is a use case.cc @joshtriplett as the lang sponsor of this feature, @workingjubilee as the author of the proposal.
r? JonathanBrouwer a sidequest from the sidequest that is #155065