Skip to content

Commit f79ba15

Browse files
committed
Update test suite to nightly-2023-07-29
1 parent 41c3847 commit f79ba15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/eq.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ spanless_eq_struct!(BareFnTy; unsafety ext generic_params decl decl_span);
457457
spanless_eq_struct!(BindingAnnotation; 0 1);
458458
spanless_eq_struct!(Block; stmts id rules span tokens could_be_bare_literal);
459459
spanless_eq_struct!(Closure; binder capture_clause constness asyncness movability fn_decl body !fn_decl_span !fn_arg_span);
460-
spanless_eq_struct!(ConstItem; defaultness ty expr);
460+
spanless_eq_struct!(ConstItem; defaultness generics ty expr);
461461
spanless_eq_struct!(Crate; attrs items spans id is_placeholder);
462462
spanless_eq_struct!(DelimArgs; dspan delim tokens);
463463
spanless_eq_struct!(EnumDef; variants);

0 commit comments

Comments
 (0)