Skip to content

Commit 8cb56cc

Browse files
committed
Update test suite to nightly-2024-06-20
1 parent 7cc7eac commit 8cb56cc

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
@@ -478,7 +478,7 @@ spanless_eq_struct!(Block; stmts id rules span tokens could_be_bare_literal);
478478
spanless_eq_struct!(Closure; binder capture_clause constness coroutine_kind movability fn_decl body !fn_decl_span !fn_arg_span);
479479
spanless_eq_struct!(ConstItem; defaultness generics ty expr);
480480
spanless_eq_struct!(Crate; attrs items spans id is_placeholder);
481-
spanless_eq_struct!(Delegation; id qself path rename body);
481+
spanless_eq_struct!(Delegation; id qself path rename body from_glob);
482482
spanless_eq_struct!(DelegationMac; qself prefix suffixes body);
483483
spanless_eq_struct!(DelimArgs; dspan delim tokens);
484484
spanless_eq_struct!(DelimSpacing; open close);

0 commit comments

Comments
 (0)