File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 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);
557557spanless_eq_struct ! ( WhereBoundPredicate ; bound_generic_params bounded_ty bounds) ;
558558spanless_eq_struct ! ( WhereClause ; has_where_token predicates span) ;
559559spanless_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 ) ;
561561spanless_eq_struct ! ( WhereRegionPredicate ; lifetime bounds) ;
562562spanless_eq_enum ! ( AngleBracketedArg ; Arg ( 0 ) Constraint ( 0 ) ) ;
563563spanless_eq_enum ! ( AsmMacro ; Asm GlobalAsm NakedAsm ) ;
@@ -775,7 +775,7 @@ fn doc_comment<'a>(
775775 match trees. next ( ) {
776776 Some ( TokenTree :: Token (
777777 Token {
778- kind : TokenKind :: Not ,
778+ kind : TokenKind :: Bang ,
779779 span : _,
780780 } ,
781781 _spacing,
You can’t perform that action at this time.
0 commit comments