-
Notifications
You must be signed in to change notification settings - Fork 30
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
abi_stable::sabi_trait
triggering repr_transparent_external_private_fields
warning with latest nightly rustc
#94
Comments
zirconium-n
changed the title
Aug 8, 2022
abi_stable::sabi_trait
triggering repr_transparent_external_private_fields
warning in latest nightly rustcabi_stable::sabi_trait
triggering repr_transparent_external_private_fields
warning with latest nightly rustc
Note this is now also present in 1.64.0 (stable). |
@rodrimati1992 To what degree does abi_stable depend on this behavior? Can this warning be fixed in a non-breaking change to stable_abi? |
afranchuk
added a commit
to afranchuk/abi_stable_crates
that referenced
this issue
Nov 3, 2022
…enerated code for `sabi_trait`. Closes rodrimati1992#94.
afranchuk
added a commit
to afranchuk/abi_stable_crates
that referenced
this issue
Nov 3, 2022
…enerated code for `sabi_trait`. Closes rodrimati1992#94.
rodrimati1992
pushed a commit
that referenced
this issue
Nov 22, 2022
…enerated code for `sabi_trait`. Closes #94.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading my
rustc
torustc 1.65.0-nightly (2befdefdd 2022-08-06)
, following warning appeared and I think it should be fixed.The text was updated successfully, but these errors were encountered: