summary refs log tree commit diff
path: root/src/test/ui/tuple/tuple-struct-fields/test2.stderr
blob: 983e74772ac690a0f0b8a33a01aef49e0dd5bed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: expected one of `)` or `,`, found `(`
  --> $DIR/test2.rs:15:26
   |
LL |         struct S3(pub $t ());
   |                          ^ expected one of `)` or `,` here
...
LL |     define_struct! { (foo) }
   |     ------------------------ in this macro invocation

error: aborting due to previous error