-
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
regression: cannot move out of shared reference #109744
Comments
I think it's indeed because the packed hard error and derive on packed structs changes both landed in 1.69.
|
Yep, sounds right. #104429 (comment) is the comment with explanation of the changes in derive on packed structs. Removing prioritization, this seems like something we can just mention in relnotes as expected breakage. |
Triage: Not sure if this was mentioned in the release notes. If it was not mentioned, it seems weird to do now. If it was mentioned, there is no further action to take as far as I can tell. Closing. |
I suspect these may relate to the packed hard error, but it's not very clear what has changed here. Maybe a bisection will help. (I seem to recall a change in derive desugaring, maybe this is caused by that? It did have known regressions at the time, IIRC, though this seems like more than I recall).
The text was updated successfully, but these errors were encountered: