2018-06-08 17:25:53 -04:00
|
|
|
error: expected one of `)` or `,`, found `(`
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/test2.rs:5:26
|
2018-06-08 17:25:53 -04:00
|
|
|
|
|
|
|
|
|
LL | struct S3(pub $t ());
|
|
|
|
|
| ^ expected one of `)` or `,` here
|
|
|
|
|
...
|
|
|
|
|
LL | define_struct! { (foo) }
|
|
|
|
|
| ------------------------ in this macro invocation
|
|
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|