-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
1.57 release notes are missing changes to dead code analysis #93894
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
added
D-incorrect
Diagnostics: A diagnostic that is giving misleading or incorrect information.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
labels
Feb 12, 2022
@rustbot label -D-incorrect -D-invalid-suggestion |
rustbot
removed
D-incorrect
Diagnostics: A diagnostic that is giving misleading or incorrect information.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
labels
Feb 12, 2022
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. |
Mark-Simulacrum
added
the
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
label
Feb 12, 2022
@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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
#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: