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 @@ -301,9 +301,9 @@ spanless_eq_struct!(Lifetime; id ident);
301
301
spanless_eq_struct ! ( Lit ; token kind span) ;
302
302
spanless_eq_struct ! ( LlvmInlineAsm ; asm asm_str_style outputs inputs clobbers volatile alignstack dialect) ;
303
303
spanless_eq_struct ! ( LlvmInlineAsmOutput ; constraint expr is_rw is_indirect) ;
304
- spanless_eq_struct ! ( Local ; pat ty init id span attrs) ;
304
+ spanless_eq_struct ! ( Local ; pat ty init id span attrs !tokens ) ;
305
305
spanless_eq_struct ! ( MacCall ; path args prior_type_ascription) ;
306
- spanless_eq_struct ! ( MacCallStmt ; mac style attrs) ;
306
+ spanless_eq_struct ! ( MacCallStmt ; mac style attrs tokens ) ;
307
307
spanless_eq_struct ! ( MacroDef ; body macro_rules) ;
308
308
spanless_eq_struct ! ( Mod ; inner unsafety items inline) ;
309
309
spanless_eq_struct ! ( MutTy ; ty mutbl) ;
@@ -313,7 +313,7 @@ spanless_eq_struct!(Path; span segments tokens);
313
313
spanless_eq_struct ! ( PathSegment ; ident id args) ;
314
314
spanless_eq_struct ! ( PolyTraitRef ; bound_generic_params trait_ref span) ;
315
315
spanless_eq_struct ! ( QSelf ; ty path_span position) ;
316
- spanless_eq_struct ! ( Stmt ; id kind span tokens ) ;
316
+ spanless_eq_struct ! ( Stmt ; id kind span) ;
317
317
spanless_eq_struct ! ( StrLit ; style symbol suffix span symbol_unescaped) ;
318
318
spanless_eq_struct ! ( StructField ; attrs id span vis ident ty is_placeholder) ;
319
319
spanless_eq_struct ! ( Token ; kind span) ;
You can’t perform that action at this time.
0 commit comments