Skip to content

Commit 3310a93

Browse files
committed
Update test suite to nightly-2020-11-28
1 parent d8dde48 commit 3310a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/eq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ macro_rules! spanless_eq_enum {
277277
spanless_eq_struct!(AngleBracketedArgs; span args);
278278
spanless_eq_struct!(AnonConst; id value);
279279
spanless_eq_struct!(Arm; attrs pat guard body span id is_placeholder);
280-
spanless_eq_struct!(AssocTyConstraint; id ident kind span);
280+
spanless_eq_struct!(AssocTyConstraint; id ident gen_args kind span);
281281
spanless_eq_struct!(AttrItem; path args tokens);
282282
spanless_eq_struct!(Attribute; kind id style span);
283283
spanless_eq_struct!(BareFnTy; unsafety ext generic_params decl);

0 commit comments

Comments
 (0)