File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ use rustc_ast::ast::AngleBracketedArgs;
11
11
use rustc_ast:: ast:: AnonConst ;
12
12
use rustc_ast:: ast:: Arm ;
13
13
use rustc_ast:: ast:: AsmMacro ;
14
+ use rustc_ast:: ast:: AssignOpKind ;
14
15
use rustc_ast:: ast:: AssocItemConstraint ;
15
16
use rustc_ast:: ast:: AssocItemConstraintKind ;
16
17
use rustc_ast:: ast:: AssocItemKind ;
@@ -632,6 +633,8 @@ spanless_eq_enum!(VariantData; Struct(fields recovered) Tuple(0 1) Unit(0));
632
633
spanless_eq_enum ! ( VisibilityKind ; Public Restricted ( path id shorthand) Inherited ) ;
633
634
spanless_eq_enum ! ( WherePredicateKind ; BoundPredicate ( 0 ) RegionPredicate ( 0 ) EqPredicate ( 0 ) ) ;
634
635
spanless_eq_enum ! ( YieldKind ; Prefix ( 0 ) Postfix ( 0 ) ) ;
636
+ spanless_eq_enum ! ( AssignOpKind ; AddAssign SubAssign MulAssign DivAssign
637
+ RemAssign BitXorAssign BitAndAssign BitOrAssign ShlAssign ShrAssign ) ;
635
638
spanless_eq_enum ! ( CoroutineKind ; Async ( span closure_id return_impl_trait_id)
636
639
Gen ( span closure_id return_impl_trait_id)
637
640
AsyncGen ( span closure_id return_impl_trait_id) ) ;
You can’t perform that action at this time.
0 commit comments