From 128b1417e76f44691620981e050e5b48b1dfbb5c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 24 Apr 2024 19:15:12 -0700 Subject: [PATCH] Update test suite to nightly-2024-04-25 --- tests/common/eq.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/eq.rs b/tests/common/eq.rs index 0f47bb535..5dc67555d 100644 --- a/tests/common/eq.rs +++ b/tests/common/eq.rs @@ -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);