trustfall_derive 0.3.1

Derive macros for the trustfall query engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error: expected one of `,`, `=`, or `}`, found `EmptyVariant`
 --> tests/ui/syntax_error.rs.broken:8:5
  |
7 |     Message { sender: String, content: String }
  |                                                -
  |                                                |
  |                                                expected one of `,`, `=`, or `}`
  |                                                help: missing `,`
8 |     EmptyVariant,
  |     ^^^^^^^^^^^^ unexpected token

error: expected `,`
 --> tests/ui/syntax_error.rs.broken:8:5
  |
8 |     EmptyVariant,
  |     ^^^^^^^^^^^^