ruwuma/crates/ruma-common/tests/events/ui/06-no-content-field.stderr
2022-03-04 11:45:07 +00:00

8 lines
282 B
Plaintext

error: struct must contain a `content` field
--> $DIR/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)