git-subtree-dir: ruma-events git-subtree-mainline: d59a616e2c363507a89c92f34aa67e86ee2cfb49 git-subtree-split: 00692d532e26f58d48ead9589dc823403c6e59a5
8 lines
272 B
Plaintext
8 lines
272 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 a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
|