blob: 612026279ea510428a4dd2cc1599bb8e0f7594a2 [file] [log] [blame]
error: no rules expected the token `{`
--> $DIR/delimiter-span.rs:17:16
|
3 | macro_rules! picky {
| ------------------ when calling this macro
...
17 | picky!({ 123, self });
| ^ no rules expected this token in macro call
error: no rules expected the token `{`
--> $DIR/delimiter-span.rs:18:16
|
3 | macro_rules! picky {
| ------------------ when calling this macro
...
18 | picky!({ 123 });
| ^ no rules expected this token in macro call