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
This may play into a larger issue of deriving these for more structs. Having PartialEq, Eq, Copy, and Debug would probably not cause problems for nearly all structs and yet be useful.
Tracking issue for libc, which would need to implement this as well is in rust-lang/libc#544
The text was updated successfully, but these errors were encountered:
This may play into a larger issue of deriving these for more structs. Having
PartialEq
,Eq
,Copy
, andDebug
would probably not cause problems for nearly all structs and yet be useful.Tracking issue for libc, which would need to implement this as well is in rust-lang/libc#544
The text was updated successfully, but these errors were encountered: