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);