-
Notifications
You must be signed in to change notification settings - Fork 13.4k
1.57 release notes are missing changes to dead code analysis #93894
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
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Comments
I think this is also worth a mention in the compatibility notes for 1.57, given that it can break builds where |
@rustbot label +D-incorrect +D-invalid-suggestion |
@rustbot label -D-incorrect -D-invalid-suggestion |
My bad there, had two different issues open. |
I'd be happy to approve a PR adding a line to the release notes about this. |
@rustbot claim |
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Feb 12, 2022
Add missing release notes for rust-lang#85200 Fixes rust-lang#93894
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Feb 12, 2022
Add missing release notes for rust-lang#85200 Fixes rust-lang#93894
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Uh oh!
There was an error while loading. Please reload this page.
#85200 landed in 1.57, causing derived
Debug
andClone
implementations to be ignored during dead code analysis. The release notes for 1.57 don't mention this change anywhere.There's discussion in the original PR about including it in the release notes, but looks like nobody got around to it.
The text was updated successfully, but these errors were encountered: