I have a patch for replacing all instances of #[deriving_eq]
with #[deriving(Eq)]
and then removing the former (along with the ones for deriving_clone
and deriving_iter_bytes
), but I think it requires a snapshot.
This should probably be part of #4707.