core
macro_rules! Eq { ($item:item) => { ... }; }
Derive macro generating an impl of the trait Eq.
Eq