@@ -4,10 +4,7 @@ error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found
4418 | / macro_rules! pong {
5519 | | () => { syntax error };
66 | | ^^^^^ expected one of 8 possible tokens here
7- 20 | | //~^ ERROR expected one of
8- 21 | | //~| ERROR expected one of
9- 22 | | //~| ERROR expected one of
10- 23 | | }
7+ 20 | | }
118 | |_- in this expansion of `pong!`
129...
131026 | pong!();
@@ -19,10 +16,7 @@ error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found
191618 | / macro_rules! pong {
201719 | | () => { syntax error };
2118 | | ^^^^^ expected one of 8 possible tokens here
22- 20 | | //~^ ERROR expected one of
23- 21 | | //~| ERROR expected one of
24- 22 | | //~| ERROR expected one of
25- 23 | | }
19+ 20 | | }
2620 | |_- in this expansion of `pong!`
2721...
282227 | ping!();
@@ -42,10 +36,7 @@ error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found
423618 | / macro_rules! pong {
433719 | | () => { syntax error };
4438 | | ^^^^^ expected one of 8 possible tokens here
45- 20 | | //~^ ERROR expected one of
46- 21 | | //~| ERROR expected one of
47- 22 | | //~| ERROR expected one of
48- 23 | | }
39+ 20 | | }
4940 | |_- in this expansion of `pong!` (#5)
5041...
514228 | deep!();
0 commit comments