File: children_messages.stderr

package info (click to toggle)
rust-proc-macro-error2 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 604 bytes parent folder | download
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
 --> tests/ui/children_messages.rs:3:20
  |
3 | children_messages!(one, two, three, four);
  |                    ^^^

error: child message
 --> tests/ui/children_messages.rs:3:25
  |
3 | children_messages!(one, two, three, four);
  |                         ^^^

error: main syn::Error
 --> tests/ui/children_messages.rs:3:30
  |
3 | children_messages!(one, two, three, four);
  |                              ^^^^^

error: child syn::Error
 --> tests/ui/children_messages.rs:3:37
  |
3 | children_messages!(one, two, three, four);
  |                                     ^^^^