-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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] Abort instead of UB if promotion fails #52624
Conversation
@oli-obk the "uncondensed" diff view in GitHub says that there is a submodule change included here. Is that a GitHub UI thing or real? (Also wtf is that "condensed"/"uncondensed" diff stuff...) |
fcb62de
to
9e621bb
Compare
Apparently I fail at rebasing... not sure what happened there, fixed now |
Now where do we have to lobby GitHub to revert that change to hide submodule changes in the diff? In which universe is that even a good idea?^^ (Sorry, I will stop being off-topic now.) |
The corresponding #52571 just landed in master. |
@bors r+ cc @rust-lang/compiler -- I'm approving this for beta backport. It's small and removes any chance of promotion introducing UB. |
📌 Commit 9e621bb has been approved by |
[beta] Abort instead of UB if promotion fails original PR: #52571 (not beta approved yet) r? @nikomatsakis cc @RalfJung
☀️ Test successful - status-appveyor, status-travis |
original PR: #52571 (not beta approved yet)
r? @nikomatsakis
cc @RalfJung