ruwuma/crates/ruma-events/tests/it/ui/05-named-fields.stderr
Jonas Platte 31331f3165
Bring back ruma-events
Co-authored-by: Kévin Commaille <zecakeh@tedomum.fr>
2023-08-28 10:23:54 +02:00

5 lines
205 B
Text

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