-
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] Bootstrap from stable #86413
[beta] Bootstrap from stable #86413
Conversation
|
@bors r+ rollup=never p=10 Would like to get this merged so we can do master bootstrap bump today/tomorrow as well. |
📌 Commit 0f197bc has been approved by |
This comment has been minimized.
This comment has been minimized.
Hm, something about the build environment is causing trouble... maybe refs/remotes/origin/master doesn't exist? will need to investigate |
@bors r- |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
FWIW, I can run that docker image here and it gets the beta rev just fine. More ideas to look at in CI:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
c14dd38
to
e635e47
Compare
This comment has been minimized.
This comment has been minimized.
This reverts commit 448d076.
Forwarding `clone_from` to the inner value changes the observable behavior, as previously the inner value would *not* be dropped by the default implementation.
…lang#82465. (update: placated tidy) (update: rebased post PR rust-lang#84707 ) merge me
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
@bors retry hopefully spurious network |
⌛ Testing commit b36bc9e with merge d026c35c1180e68dc6eab40596cf217713537e65... |
@bors r+ |
📌 Commit 680c6ce has been approved by |
⌛ Testing commit 680c6ce with merge 00b8c0493985802d78227250e90ca013e143dfef... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bors r+ |
📌 Commit c4aeccd has been approved by |
☀️ Test successful - checks-actions |
This is the follow up to master/beta promotion, as well as the first round of backports:
clone_from
for some types #85176 addition of clone_from for ManuallyDrop Revert #85176 addition ofclone_from
forManuallyDrop
#85758r? @Mark-Simulacrum