We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704550f commit c5ebd1fCopy full SHA for c5ebd1f
tests/common/eq.rs
@@ -483,7 +483,7 @@ spanless_eq_struct!(Label; ident);
483
spanless_eq_struct!(Lifetime; id ident);
484
spanless_eq_struct!(Lit; kind symbol suffix);
485
spanless_eq_struct!(Local; pat ty kind id span attrs !tokens);
486
-spanless_eq_struct!(MacCall; path args prior_type_ascription);
+spanless_eq_struct!(MacCall; path args);
487
spanless_eq_struct!(MacCallStmt; mac style attrs tokens);
488
spanless_eq_struct!(MacroDef; body macro_rules);
489
spanless_eq_struct!(MetaItemLit; symbol suffix kind span);
0 commit comments