-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[beta] backport fix for #94502 #94552
Conversation
r? @oli-obk (rust-highfive has picked a reviewer for you, use r? to override) |
|
// check-pass | ||
|
||
// mir borrowck previously incorrectly set `tainted_by_errors` | ||
// when buffering lints, which resulted in ICE later on, | ||
// see #94502. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we would want to land this on nightly as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already planned to do that 😆 #94553
Adding the betanominated label so that triage picks it up today |
@bors r+ (just discussed in compiler team meeting) |
📌 Commit e91cc36bfd02c0ff460c3048838e5e88af5fe24d has been approved by |
@bors r+ rollup=never (could have been due to the different branch) |
📌 Commit e91cc36bfd02c0ff460c3048838e5e88af5fe24d has been approved by |
This is beta-targeted and should never be rolled up -- I've updated the title to reflect its target branch. |
⌛ Testing commit e91cc36bfd02c0ff460c3048838e5e88af5fe24d with merge 670ca128d9ee8a63bc6b3a6c169af43a1f8632c3... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
@bors r=oli-obk |
📌 Commit bf76e2ef30841ec73aa2741086c99fb37a0f94bf has been approved by |
This comment has been minimized.
This comment has been minimized.
I don't understand that error 😅 |
Not sure why the bot didn't extract that |
@bors r=oli-obk aaah, that's what happens when manually copying file contents without rerunning the tests |
📌 Commit a392f15 has been approved by |
☀️ Test successful - checks-actions |
this issue was fixed as part of #93368, so i extracted the change from there
closes #94502