-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Revert #71956 #73153
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Revert #71956 #73153
Conversation
@bors r+ p=2 |
📌 Commit 452f9f93eb09d8e0ec6d06d89ce16ed034301573 has been approved by |
452f9f9
to
c285ab6
Compare
Mistake in the test case @bors r=tmandry |
📌 Commit c285ab6949bf7e62524f43307f76fb2290cef236 has been approved by |
@bors r- |
3802363
to
48358e5
Compare
Co-authored-by: Aaron1011 <aa1ronham@gmail.com>
48358e5
to
b6121a5
Compare
@bors r=tmandry The test is now a bit more robust, and I found the right |
📌 Commit b6121a5 has been approved by |
☀️ Test successful - checks-azure |
Nominating for @rust-lang/compiler. We need to backport this to beta. |
Discussed at today's T-compiler meeting; approved for beta backport. |
…-morse,Mark-Simulacrum [beta] backport This is a beta backport rollup of the following: * [beta] Revert heterogeneous SocketAddr PartialEq impls rust-lang#73318 * Fix emcc failure for wasm32. rust-lang#73213 * Revert rust-lang#71956 rust-lang#73153 * [beta] Update cargo rust-lang#73141 * Minor: off-by-one error in RELEASES.md rust-lang#72914 * normalize adt fields during structural match checking rust-lang#72897 * Revert pr 71840 rust-lang#72989 * rust-lang/cargo#8361 * e658200 from rust-lang#72901 r? @ghost
Revert #71956 since it caused unsoundness in #73137. Also adds a reduced version of #73137 to the test suite. The addition of the
MaybeInitializedLocals
dataflow analysis has not been reverted, but it is no longer used.Presumably there is a more targeted fix, but I'm worried that other bugs may be lurking. I'm not yet sure what the root cause of #73137 is.
This will need to get backported to beta.
r? @tmandry