ruwuma/tests/ui/02-no-event-type.stderr

8 lines
410 B
Plaintext

error: no event type attribute found, add `#[ruma_event(type = "any.room.event")]` below the event content derive
--> $DIR/02-no-event-type.rs:4:48
|
4 | #[derive(Clone, Debug, Deserialize, Serialize, StateEventContent)]
| ^^^^^^^^^^^^^^^^^
|
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)