Skip to content

Commit

Permalink
Update test suite to nightly-2022-05-01
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 1, 2022
1 parent a0cd03c commit 3c07913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/eq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ spanless_eq_struct!(FnHeader; constness asyncness unsafety ext);
spanless_eq_struct!(Fn; defaultness generics sig body);
spanless_eq_struct!(FnSig; header decl span);
spanless_eq_struct!(ForeignMod; unsafety abi items);
spanless_eq_struct!(GenericParam; id ident attrs bounds is_placeholder kind);
spanless_eq_struct!(GenericParam; id ident attrs bounds is_placeholder kind !colon_span);
spanless_eq_struct!(Generics; params where_clause span);
spanless_eq_struct!(Impl; defaultness unsafety generics constness polarity of_trait self_ty items);
spanless_eq_struct!(InlineAsm; template template_strs operands clobber_abis options line_spans);
Expand Down

0 comments on commit 3c07913

Please sign in to comment.