-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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] beta backports #69360
[beta] beta backports #69360
Conversation
This fixes a a segfault in safe code, a stable regression. Reported in \rust-lang#69225. This reverts commit a983e05. Also adds a test for the expected behaviour.
@bors r+ p=1 rollup=never |
📌 Commit cdcf45b has been approved by |
⌛ Testing commit cdcf45b with merge 805235f30b347e4196f4e8ee189194d44f9ecec5... |
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
This helps us have enough disk space for our builders to be able to complete successfully. For now, the choices are ad-hoc and 'definitely not needed'. This should never fail the build, as everything our build needs should be inside Docker.
@bors r+ |
📌 Commit a9b95b3 has been approved by |
⌛ Testing commit a9b95b3 with merge 1750a108e5a0c5b06d9a82ac8dbc1df58aaf0c6a... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
@bors r+ |
📌 Commit e553243 has been approved by |
@bors treeclosed=1000 I need to make some infrastructure changes to our CI, so let's close the queue in the meantime. |
☀️ Test successful - checks-azure |
This backports the following PRs:
checked_add
inLayout::repeat
" Revert "Removechecked_add
inLayout::repeat
" #69241yield
insideasync
block Do not ICE when encounteringyield
insideasync
block #69175