Closed
Description
openedon Jan 17, 2019
This is a tracking issue for the RFC "Implement Debug, Eq, PartialEq, and Hash for libc structs" (rust-lang/rfcs#2235).
Steps:
- Implement the RFC (cc @rust-lang/libs @Susurrus)
- Stabilization PR (see instructions on forge)
Unresolved questions:
- Is it possible to just add
#[derive(Debug, Eq, Hash, PartialEq)]
since theCopy
andClone
traits are directly implemented and not derived?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment