rust-derivative
rust-derivative copied to clipboard
Error on `#[derivative(PartialEq="ignore")]` but no corresponding `#[derivative(Hash="ignore")]`
We should make it an error to use
#[derivative(PartialEq="ignore")]
on a field without a corresponding
#[derivative(Hash="ignore")]