rust/src/test/ui/tuple/tuple-struct-fields/test2.stderr

12 lines
311 B
Plaintext
Raw Normal View History

error: expected one of `)` or `,`, found `(`
2018-12-25 15:56:47 +00:00
--> $DIR/test2.rs:5: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