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

Mark live codes in struct/enum for dead-code pass #10994

Closed
wants to merge 2 commits into from

Conversation

ktt3ja
Copy link
Contributor

@ktt3ja ktt3ja commented Dec 16, 2013

Types used inside live struct or enum are now marked live.

Fix #10956 and #10993.

bors added a commit that referenced this pull request Dec 16, 2013
Types used inside live struct or enum are now marked live.

Fix #10956 and #10993.
@bors bors closed this Dec 16, 2013
@ktt3ja ktt3ja deleted the issue-10956 branch December 16, 2013 21:09
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 30, 2023
[`type_repetition_in_bounds`]: respect MSRV for combining bounds

Fixes rust-lang#8772.

changelog: [`type_repetition_in_bounds`]: respect msrv for combining `?Sized` bound
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.

dead code warning misfires on unsafe pointers
3 participants