IntErrorKind should derive Copy and Hash (original) (raw)

When including std errors as part of custom types, I've noticed that IntErrorKind does not derive the Copy or the Hash traits, and I think it most probably should, since it would make it easier to propagate and embed it. For example IoErrorKind does in fact derive them.