Commit aed58d1 1 parent 4552057 commit aed58d1 Copy full SHA for aed58d1
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ spanless_eq_struct!(Visibility; kind span tokens);
557
557
spanless_eq_struct ! ( WhereBoundPredicate ; bound_generic_params bounded_ty bounds) ;
558
558
spanless_eq_struct ! ( WhereClause ; has_where_token predicates span) ;
559
559
spanless_eq_struct ! ( WhereEqPredicate ; lhs_ty rhs_ty) ;
560
- spanless_eq_struct ! ( WherePredicate ; kind id span) ;
560
+ spanless_eq_struct ! ( WherePredicate ; attrs kind id span is_placeholder ) ;
561
561
spanless_eq_struct ! ( WhereRegionPredicate ; lifetime bounds) ;
562
562
spanless_eq_enum ! ( AngleBracketedArg ; Arg ( 0 ) Constraint ( 0 ) ) ;
563
563
spanless_eq_enum ! ( AsmMacro ; Asm GlobalAsm NakedAsm ) ;
@@ -775,7 +775,7 @@ fn doc_comment<'a>(
775
775
match trees. next ( ) {
776
776
Some ( TokenTree :: Token (
777
777
Token {
778
- kind : TokenKind :: Not ,
778
+ kind : TokenKind :: Bang ,
779
779
span : _,
780
780
} ,
781
781
_spacing,
You can’t perform that action at this time.
0 commit comments