Skip to content

Commit

Permalink
Revert "Update test suite to nightly-2021-05-18"
Browse files Browse the repository at this point in the history
This reverts commit 1971314.

The corresponding AST change was reverted upstream in
rust-lang/rust@91feb76
  • Loading branch information
dtolnay committed Sep 17, 2021
1 parent 30b9f4a commit 544481b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/common/eq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,8 @@ spanless_eq_enum!(PatKind; Wild Ident(0 1 2) Struct(0 1 2 3) TupleStruct(0 1 2)
Or(0) Path(0 1) Tuple(0) Box(0) Ref(0 1) Lit(0) Range(0 1 2) Slice(0) Rest
Paren(0) MacCall(0));
spanless_eq_enum!(TyKind; Slice(0) Array(0 1) Ptr(0) Rptr(0 1) BareFn(0) Never
Tup(0) AnonymousStruct(0 1) AnonymousUnion(0 1) Path(0 1) TraitObject(0 1)
ImplTrait(0 1) Paren(0) Typeof(0) Infer ImplicitSelf MacCall(0) Err
CVarArgs);
Tup(0) Path(0 1) TraitObject(0 1) ImplTrait(0 1) Paren(0) Typeof(0) Infer
ImplicitSelf MacCall(0) Err CVarArgs);

impl SpanlessEq for Ident {
fn eq(&self, other: &Self) -> bool {
Expand Down

0 comments on commit 544481b

Please sign in to comment.