aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2019-06-25 09:58:57 -0700
committerDavid Tolnay <dtolnay@gmail.com>2019-06-25 09:58:57 -0700
commitb4887396ce85e5f988a4e12bdb7eee5801204b3c (patch)
tree989aa147262cd525d334b5bbb9c3d8baa2730776 /tests
parent1bea41f68c4210fc8e5da3df4031374f0b235b37 (diff)
downloadsyn-b4887396ce85e5f988a4e12bdb7eee5801204b3c.tar.gz
Update test suite to nightly-2019-06-25
Diffstat (limited to 'tests')
-rw-r--r--tests/common/eq.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/common/eq.rs b/tests/common/eq.rs
index 108b49ae..fc12072f 100644
--- a/tests/common/eq.rs
+++ b/tests/common/eq.rs
@@ -15,7 +15,7 @@ use self::syntax::ast::{
BlockCheckMode, CaptureBy, Constness, Crate, CrateSugar, Defaultness, EnumDef, Expr, ExprKind,
Field, FieldPat, FnDecl, FnHeader, ForeignItem, ForeignItemKind, ForeignMod, FunctionRetTy,
GenericArg, GenericArgs, GenericBound, GenericParam, GenericParamKind, Generics, GlobalAsm,
- Guard, Ident, ImplItem, ImplItemKind, ImplPolarity, InlineAsm, InlineAsmOutput, IntTy, IsAsync,
+ Ident, ImplItem, ImplItemKind, ImplPolarity, InlineAsm, InlineAsmOutput, IntTy, IsAsync,
IsAuto, Item, ItemKind, Label, Lifetime, Lit, LitIntType, LitKind, Local, MacDelimiter,
MacStmtStyle, Mac_, MacroDef, MethodSig, Mod, Movability, MutTy, Mutability, NodeId,
ParenthesizedArgs, Pat, PatKind, Path, PathSegment, PolyTraitRef, QSelf, RangeEnd, RangeLimits,
@@ -332,7 +332,6 @@ spanless_eq_enum!(GenericArg; Lifetime(0) Type(0) Const(0));
spanless_eq_enum!(GenericArgs; AngleBracketed(0) Parenthesized(0));
spanless_eq_enum!(GenericBound; Trait(0 1) Outlives(0));
spanless_eq_enum!(GenericParamKind; Lifetime Type(default) Const(ty));
-spanless_eq_enum!(Guard; If(0));
spanless_eq_enum!(ImplItemKind; Const(0 1) Method(0 1) Type(0) Existential(0) Macro(0));
spanless_eq_enum!(ImplPolarity; Positive Negative);
spanless_eq_enum!(IntTy; Isize I8 I16 I32 I64 I128);