Skip to content

repr_transparent_external_private_fields: special-case some std types#129487

Merged
bors merged 2 commits intorust-lang:masterfrom
GrigorenkoPV:repr_transparent_external_private_fields
Aug 25, 2024
Merged

repr_transparent_external_private_fields: special-case some std types#129487
bors merged 2 commits intorust-lang:masterfrom
GrigorenkoPV:repr_transparent_external_private_fields

Conversation

@GrigorenkoPV
Copy link
Copy Markdown
Contributor

Fixes #129470

@rustbot label +A-lint +L-repr_transparent_external_private_fields

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. L-repr_transparent_external_private_fields Lint: repr_transparent_external_private_fields S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

repr_transparent_external_private_fields lint fires on ManuallyDrop containing a ZST

6 participants