• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: main macro message
2 --> $DIR/children_messages.rs:4:20
3  |
44 | children_messages!(one, two, three, four);
5  |                    ^^^
6
7error: child message
8 --> $DIR/children_messages.rs:4:25
9  |
104 | children_messages!(one, two, three, four);
11  |                         ^^^
12
13error: main syn::Error
14 --> $DIR/children_messages.rs:4:30
15  |
164 | children_messages!(one, two, three, four);
17  |                              ^^^^^
18
19error: child syn::Error
20 --> $DIR/children_messages.rs:4:37
21  |
224 | children_messages!(one, two, three, four);
23  |                                     ^^^^
24