Skip to content

Commit

Permalink
Update test suite to nightly-2024-04-25
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 25, 2024
1 parent 19756f4 commit 128b141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/eq.rs
Expand Up @@ -472,7 +472,7 @@ spanless_eq_struct!(Block; stmts id rules span tokens could_be_bare_literal);
spanless_eq_struct!(Closure; binder capture_clause constness coroutine_kind movability fn_decl body !fn_decl_span !fn_arg_span);
spanless_eq_struct!(ConstItem; defaultness generics ty expr);
spanless_eq_struct!(Crate; attrs items spans id is_placeholder);
spanless_eq_struct!(Delegation; id qself path body);
spanless_eq_struct!(Delegation; id qself rename path body);
spanless_eq_struct!(DelimArgs; dspan delim tokens);
spanless_eq_struct!(DelimSpacing; open close);
spanless_eq_struct!(EnumDef; variants);
Expand Down

0 comments on commit 128b141

Please sign in to comment.