We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8dde48 commit 3310a93Copy full SHA for 3310a93
tests/common/eq.rs
@@ -277,7 +277,7 @@ macro_rules! spanless_eq_enum {
277
spanless_eq_struct!(AngleBracketedArgs; span args);
278
spanless_eq_struct!(AnonConst; id value);
279
spanless_eq_struct!(Arm; attrs pat guard body span id is_placeholder);
280
-spanless_eq_struct!(AssocTyConstraint; id ident kind span);
+spanless_eq_struct!(AssocTyConstraint; id ident gen_args kind span);
281
spanless_eq_struct!(AttrItem; path args tokens);
282
spanless_eq_struct!(Attribute; kind id style span);
283
spanless_eq_struct!(BareFnTy; unsafety ext generic_params decl);
0 commit comments