-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Do not promote union field accesses #51328
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
Conversation
@bors try cc @rust-lang/infra |
⌛ Trying commit eb31ae2 with merge 837532cd7e0efb12179afcab1098798e97dd5fab... |
@bors r+ cc @rust-lang/compiler |
📌 Commit eb31ae2 has been approved by |
Do not promote union field accesses r? @eddyb technically a breaking change, but the code errored on the previous stable and produces UB + a warning on the current stable. I don't think we need a crater run in that case.
☀️ Test successful - status-appveyor, status-travis |
Looks like the crater run had 0 reported regressions: https://cargobomb-reports.s3.amazonaws.com/pr-51328/index.html. |
r? @eddyb
technically a breaking change, but the code errored on the previous stable and produces UB + a warning on the current stable. I don't think we need a crater run in that case.