ruwuma/crates/ruma-events/tests/ui/05-named-fields.stderr
2021-08-17 13:01:09 +02:00

6 lines
182 B
Plaintext

error: the `Event` derive only supports structs with named fields
--> $DIR/05-named-fields.rs:6:12
|
6 | pub struct StateEvent<C: StateEventContent>(C);
| ^^^^^^^^^^