We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c3847 commit f79ba15Copy full SHA for f79ba15
tests/common/eq.rs
@@ -457,7 +457,7 @@ spanless_eq_struct!(BareFnTy; unsafety ext generic_params decl decl_span);
457
spanless_eq_struct!(BindingAnnotation; 0 1);
458
spanless_eq_struct!(Block; stmts id rules span tokens could_be_bare_literal);
459
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);
+spanless_eq_struct!(ConstItem; defaultness generics ty expr);
461
spanless_eq_struct!(Crate; attrs items spans id is_placeholder);
462
spanless_eq_struct!(DelimArgs; dspan delim tokens);
463
spanless_eq_struct!(EnumDef; variants);
0 commit comments