blob: a13985de60d38a9a93ed17efed4409b1109b8ca9 [file] [log] [blame]
error: no rules expected the token `{`
--> tests/ui/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 `{`
--> tests/ui/delimiter-span.rs:18:16
|
3 | macro_rules! picky {
| ------------------ when calling this macro
...
18 | picky!({ 123 });
| ^ no rules expected this token in macro call