6 lines
193 B
Plaintext
6 lines
193 B
Plaintext
error: the `Event` derive only supports structs with named fields
|
|
--> tests/events/ui/05-named-fields.rs:6:12
|
|
|
|
|
6 | pub struct StateEvent<C: StateEventContent>(C);
|
|
| ^^^^^^^^^^
|