12 lines
312 B
Plaintext
12 lines
312 B
Plaintext
|
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
|
||
|
|