Skip to content
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 a test for target-feature-ABI warnings in closures and when calling extern fn #133384

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

RalfJung
Copy link
Member

Also update the comment regarding the inheritance of target features into closures, to make it more clear that we really shouldn't do this right now.

@rustbot
Copy link
Collaborator

rustbot commented Nov 23, 2024

r? @davidtwco

rustbot has assigned @davidtwco.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Nov 23, 2024
Copy link
Member

@jieyouxu jieyouxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jieyouxu
Copy link
Member

r? jieyouxu @bors r+ rollup

@bors
Copy link
Contributor

bors commented Nov 23, 2024

📌 Commit 134f13b has been approved by jieyouxu

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 23, 2024
@jieyouxu jieyouxu added A-closures Area: Closures (`|…| { … }`) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. A-ABI Area: Concerning the application binary interface (ABI) A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. A-extern-fn Area: `extern` functions and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Nov 23, 2024
@RalfJung
Copy link
Member Author

This conflicts with #133374, let's land that first.

@bors r-

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 23, 2024
@RalfJung
Copy link
Member Author

@bors r=jieyouxu rollup

@bors
Copy link
Contributor

bors commented Nov 24, 2024

📌 Commit 3440505 has been approved by jieyouxu

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Nov 24, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 24, 2024
Rollup of 6 pull requests

Successful merges:

 - rust-lang#132730 (std: allow after-main use of synchronization primitives)
 - rust-lang#133105 (only store valid proc macro item for doc link)
 - rust-lang#133260 (Constify the `Deref`/`DerefMut` traits, too)
 - rust-lang#133297 (Remove legacy bitcode for iOS)
 - rust-lang#133298 (Mention that std::fs::remove_dir_all fails on files)
 - rust-lang#133384 (add a test for target-feature-ABI warnings in closures and when calling extern fn)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit c50e19b into rust-lang:master Nov 25, 2024
6 checks passed
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Nov 25, 2024
Rollup merge of rust-lang#133384 - RalfJung:vector-abi-check-tests, r=jieyouxu

add a test for target-feature-ABI warnings in closures and when calling extern fn

Also update the comment regarding the inheritance of target features into closures, to make it more clear that we really shouldn't do this right now.
@rustbot rustbot added this to the 1.85.0 milestone Nov 25, 2024
@RalfJung RalfJung deleted the vector-abi-check-tests branch November 26, 2024 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ABI Area: Concerning the application binary interface (ABI) A-closures Area: Closures (`|…| { … }`) A-extern-fn Area: `extern` functions A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants