File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -489,9 +489,9 @@ spanless_eq_struct!(Attribute; kind id style span);
489489spanless_eq_struct ! ( AttrsTarget ; attrs tokens) ;
490490spanless_eq_struct ! ( BareFnTy ; safety ext generic_params decl decl_span) ;
491491spanless_eq_struct ! ( BindingMode ; 0 1 ) ;
492- spanless_eq_struct ! ( Block ; stmts id rules span tokens could_be_bare_literal ) ;
492+ spanless_eq_struct ! ( Block ; stmts id rules span tokens) ;
493493spanless_eq_struct ! ( Closure ; binder capture_clause constness coroutine_kind movability fn_decl body !fn_decl_span !fn_arg_span) ;
494- spanless_eq_struct ! ( ConstItem ; defaultness generics ty expr) ;
494+ spanless_eq_struct ! ( ConstItem ; defaultness generics ty expr define_opaque ) ;
495495spanless_eq_struct ! ( Crate ; attrs items spans id is_placeholder) ;
496496spanless_eq_struct ! ( Delegation ; id qself path rename body from_glob) ;
497497spanless_eq_struct ! ( DelegationMac ; qself prefix suffixes body) ;
@@ -538,7 +538,7 @@ spanless_eq_struct!(Path; span segments tokens);
538538spanless_eq_struct ! ( PathSegment ; ident id args) ;
539539spanless_eq_struct ! ( PolyTraitRef ; bound_generic_params modifiers trait_ref span) ;
540540spanless_eq_struct ! ( QSelf ; ty path_span position) ;
541- spanless_eq_struct ! ( StaticItem ; ty safety mutability expr) ;
541+ spanless_eq_struct ! ( StaticItem ; ty safety mutability expr define_opaque ) ;
542542spanless_eq_struct ! ( Stmt ; id kind span) ;
543543spanless_eq_struct ! ( StrLit ; symbol suffix symbol_unescaped style span) ;
544544spanless_eq_struct ! ( StructExpr ; qself path fields rest) ;
You can’t perform that action at this time.
0 commit comments