You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which would be fine except that the error message doesn't clarify at all what the problematic transitive dependency is. It would be nice to have a message like
ip6_udp_d6_packet
contains udphdr
which contains foo
which contains bar which is a `[repr(align)]` type
With sufficiently complex nesting of structs, it can be incredibly tedious to track down which struct is [repr(align)] (especially when the offending struct is from an external library).