-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Avoid emitting redundant locals in deconstruction assignment #65832
Conversation
@alrz Does the title of the PR, "Deconstructing pairwise assignments won't be used", accurately reflect the nature of the change? |
Probably not. I'm out of ideas for this one actually |
Consider adding a test for scenario from #38702. |
#50784 also reported this issue. |
@RikkiGibson This doesn't repro with fields. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (commit 5)
@dotnet/roslyn-compiler For the second review |
Thanks @alrz! |
Fixes #38702