Lines Matching defs:Macro
285 (Expr::Macro(self0), Expr::Macro(other0)) => self0 == other0,
834 (ForeignItem::Macro(self0), ForeignItem::Macro(other0)) => self0 == other0,
955 (ImplItem::Macro(self0), ImplItem::Macro(other0)) => self0 == other0,
1035 (Item::Macro(self0), Item::Macro(other0)) => self0 == other0,
1308 impl Eq for Macro {}
1311 impl PartialEq for Macro {
1389 (Pat::Macro(self0), Pat::Macro(other0)) => self0 == other0,
1679 (Stmt::Macro(self0), Stmt::Macro(other0)) => self0 == other0,
1731 (TraitItem::Macro(self0), TraitItem::Macro(other0)) => self0 == other0,
1798 (Type::Macro(self0), Type::Macro(other0)) => self0 == other0,