blob: fc71354a9d640ba5dcef8322b5811e7fcd74a376 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error: expected one of `)` or `,`, found `(`
--> $DIR/test3.rs:5:27
|
LL | struct S3(pub($t) ());
| ^ expected one of `)` or `,` here
...
LL | define_struct! { foo }
| ---------------------- in this macro invocation
error: aborting due to previous error
|