Skip to content

Commit 15de586

Browse files
committed
Update test suite to nightly-2020-11-29
1 parent 3310a93 commit 15de586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/common/eq.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@ spanless_eq_struct!(Lifetime; id ident);
301301
spanless_eq_struct!(Lit; token kind span);
302302
spanless_eq_struct!(LlvmInlineAsm; asm asm_str_style outputs inputs clobbers volatile alignstack dialect);
303303
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);
305305
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);
307307
spanless_eq_struct!(MacroDef; body macro_rules);
308308
spanless_eq_struct!(Mod; inner unsafety items inline);
309309
spanless_eq_struct!(MutTy; ty mutbl);
@@ -313,7 +313,7 @@ spanless_eq_struct!(Path; span segments tokens);
313313
spanless_eq_struct!(PathSegment; ident id args);
314314
spanless_eq_struct!(PolyTraitRef; bound_generic_params trait_ref span);
315315
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);
317317
spanless_eq_struct!(StrLit; style symbol suffix span symbol_unescaped);
318318
spanless_eq_struct!(StructField; attrs id span vis ident ty is_placeholder);
319319
spanless_eq_struct!(Token; kind span);

0 commit comments

Comments
 (0)