-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Disable nonzeroing move hint by default #27582
Disable nonzeroing move hint by default #27582
Conversation
This is a temporary workaround for the bugs that have been found in the implementation of PR rust-lang#26173. * pnkfelix is unavailable in the short-term (i.e. for the next week) to fix them. * When the bugs are fixed, we will turn this back on by default. (If you want to play with the known-to-be-buggy optimization in the meantime, you can opt-back in via the debugging option that this commit is toggling.)
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ p=10 |
📌 Commit 6170435 has been approved by |
⌛ Testing commit 6170435 with merge e13c184... |
💔 Test failed - auto-mac-64-opt |
gah pretty! I can understand pretty not likely the comment format I chose (I did some odd things to get I'm just going to mark this as ignore-pretty with a link to this PR so someone can at least see my comment here. |
📌 Commit 1a68b18 has been approved by |
@nikomatsakis BTW this needs to be back ported to the beta channel. I can do it in 9 days but probably better to delegate to someone else this week if possible |
Seems like a no-brainer to backport. |
Turn nonzeroing move hints back off by default.
Works around bugs injected by PR #26173.
Fix #27401