ruwuma/crates/ruma-events/tests/it/ui/06-no-content-field.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

7 lines
289 B
Text

error: struct must contain a `content` field
--> tests/it/ui/06-no-content-field.rs:5:24
|
5 | #[derive(Clone, Debug, Event)]
| ^^^^^
|
= note: this error originates in the derive macro `Event` (in Nightly builds, run with -Z macro-backtrace for more info)