@@ -4,10 +4,7 @@ error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found
4
4
18 | / macro_rules! pong {
5
5
19 | | () => { syntax error };
6
6
| | ^^^^^ 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 | | }
11
8
| |_- in this expansion of `pong!`
12
9
...
13
10
26 | pong!();
@@ -19,10 +16,7 @@ error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found
19
16
18 | / macro_rules! pong {
20
17
19 | | () => { syntax error };
21
18
| | ^^^^^ 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 | | }
26
20
| |_- in this expansion of `pong!`
27
21
...
28
22
27 | ping!();
@@ -42,10 +36,7 @@ error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found
42
36
18 | / macro_rules! pong {
43
37
19 | | () => { syntax error };
44
38
| | ^^^^^ 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 | | }
49
40
| |_- in this expansion of `pong!` (#5)
50
41
...
51
42
28 | deep!();
0 commit comments