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

Reverts rust-lang/rust#117206 #121118

Closed
wants to merge 1 commit into from
Closed

Reverts rust-lang/rust#117206 #121118

wants to merge 1 commit into from

Conversation

erickt
Copy link
Contributor

@erickt erickt commented Feb 14, 2024

cc @cjgillot @tmiasko

This revert is based on the following report of a regression caused by this PR:

#121094

In accordance with the compiler team [revert policy], PRs that cause meaningful regressions should be reverted and re-landed once the regression has been fixed (and a regression test has been added, where appropriate). [revert policy]: https://forge.rust-lang.org/compiler/reviews.html#reverts

Fear not! Regressions happen. Please rest assured that this does not represent a negative judgment of your contribution or ability to contribute positively to Rust in the future. We simply want to prioritize keeping existing use cases working, and keep the compiler more stable for everyone.

r? compiler

@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 Feb 14, 2024
@rustbot
Copy link
Collaborator

rustbot commented Feb 14, 2024

Some changes occurred to MIR optimizations

cc @rust-lang/wg-mir-opt

@tmandry
Copy link
Member

tmandry commented Feb 15, 2024

@bors r+ rollup=never (perf impact)

@bors
Copy link
Contributor

bors commented Feb 15, 2024

📌 Commit 797ef50 has been approved by tmandry

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 Feb 15, 2024
@tmandry
Copy link
Member

tmandry commented Feb 15, 2024

@bors r- this doesn't revert the full PR

@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-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Feb 15, 2024
@tmandry
Copy link
Member

tmandry commented Feb 15, 2024

@bors delegate+

r=me once fixed

@bors
Copy link
Contributor

bors commented Feb 15, 2024

✌️ @erickt, you can now approve this pull request!

If @tmandry told you to "r=me" after making some further change, please make that change, then do @bors r=@tmandry

cc @cjgillot @tmiasko

This revert is based on the following report of a regression caused by this PR:

rust-lang#121094

In accordance with the compiler team [revert policy], PRs that cause meaningful
regressions should be reverted and re-landed once the regression has been fixed
(and a regression test has been added, where appropriate).
[revert policy]: https://forge.rust-lang.org/compiler/reviews.html#reverts

Fear not! Regressions happen. Please rest assured that this does not
represent a negative judgment of your contribution or ability to contribute
positively to Rust in the future. We simply want to prioritize keeping existing
use cases working, and keep the compiler more stable for everyone.

r? compiler
@erickt
Copy link
Contributor Author

erickt commented Feb 15, 2024

r=me

@oli-obk
Copy link
Contributor

oli-obk commented Feb 15, 2024

@bors r=tmandry

@bors
Copy link
Contributor

bors commented Feb 15, 2024

📌 Commit 20e8d54 has been approved by tmandry

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 Feb 15, 2024
@lcnr lcnr assigned tmandry and unassigned lcnr Feb 15, 2024
@tmiasko
Copy link
Contributor

tmiasko commented Feb 15, 2024

I would prefer to fix the issue given that this is the usual layout query cycle. I will open a pull request in a moment.

@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-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Feb 15, 2024
@compiler-errors
Copy link
Member

compiler-errors commented Feb 15, 2024

A fix PR has been r+'d (#121133), I'll close this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.

8 participants