summaryrefslogtreecommitdiffstats
path: root/third_party/rust/proc-macro-error/tests/ui/children_messages.stderr
blob: 3b49d83165225de8c1d3f1490f99c77c95f31a22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
error: main macro message
 --> $DIR/children_messages.rs:4:20
  |
4 | children_messages!(one, two, three, four);
  |                    ^^^

error: child message
 --> $DIR/children_messages.rs:4:25
  |
4 | children_messages!(one, two, three, four);
  |                         ^^^

error: main syn::Error
 --> $DIR/children_messages.rs:4:30
  |
4 | children_messages!(one, two, three, four);
  |                              ^^^^^

error: child syn::Error
 --> $DIR/children_messages.rs:4:37
  |
4 | children_messages!(one, two, three, four);
  |                                     ^^^^