Skip to content

Commit

Permalink
Update test suite to nightly-2022-01-06
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 6, 2022
1 parent a0b0fdf commit 216c98d
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 @@ -303,7 +303,7 @@ spanless_eq_struct!(Attribute; kind id style span);
spanless_eq_struct!(AttributesData; attrs tokens);
spanless_eq_struct!(BareFnTy; unsafety ext generic_params decl);
spanless_eq_struct!(Block; stmts id rules span tokens could_be_bare_literal);
spanless_eq_struct!(Crate; attrs items span is_placeholder);
spanless_eq_struct!(Crate; attrs items span id is_placeholder);
spanless_eq_struct!(EnumDef; variants);
spanless_eq_struct!(Expr; id kind span attrs !tokens);
spanless_eq_struct!(ExprField; attrs id span ident expr is_shorthand is_placeholder);
Expand Down

0 comments on commit 216c98d

Please sign in to comment.