Skip to content

Commit c5ebd1f

Browse files
committed
Update test suite to nightly-2023-05-03
1 parent 704550f commit c5ebd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/eq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ spanless_eq_struct!(Label; ident);
483483
spanless_eq_struct!(Lifetime; id ident);
484484
spanless_eq_struct!(Lit; kind symbol suffix);
485485
spanless_eq_struct!(Local; pat ty kind id span attrs !tokens);
486-
spanless_eq_struct!(MacCall; path args prior_type_ascription);
486+
spanless_eq_struct!(MacCall; path args);
487487
spanless_eq_struct!(MacCallStmt; mac style attrs tokens);
488488
spanless_eq_struct!(MacroDef; body macro_rules);
489489
spanless_eq_struct!(MetaItemLit; symbol suffix kind span);

0 commit comments

Comments
 (0)