Skip to content
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

Fix for new Rust nightly warnings related to dead code #2951

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Conversation

kennykerr
Copy link
Collaborator

New dead code detection can see through derived traits and detect fields that aren't used. It caught one case in the Rust code generator and there are a few cases in rdl and winmd generation that are still in the works that I've temporarily allowed.

@kennykerr
Copy link
Collaborator Author

@riverar now it's just the lib test failing on the gnullvm libs only it would seem.

@kennykerr kennykerr merged commit 738283c into master Mar 25, 2024
64 of 65 checks passed
@kennykerr kennykerr deleted the nightly branch March 25, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant