File: delimiter-span.stderr

package info (click to toggle)
rust-async-trait 0.1.24-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
error: no rules expected the token `{`
  --> $DIR/delimiter-span.rs:17:16
   |
3  | macro_rules! picky {
   | ------------------ when calling this macro
...
17 |         picky!({ 123 });
   |                ^ no rules expected this token in macro call