ruwuma/crates/ruma-events/tests/it/ui/12-no-relates_to.stderr
Kévin Commaille 8994a00246 events: Update trybuild output
Warnings are added because of the `unexpected_cfgs` lint.
2025-02-16 15:13:59 -05:00

7 lines
389 B
Text

error: `without_relation` can only be used on events with a `relates_to` field
--> tests/it/ui/12-no-relates_to.rs:6:48
|
6 | #[derive(Clone, Debug, Deserialize, Serialize, EventContent)]
| ^^^^^^^^^^^^
|
= note: this error originates in the derive macro `EventContent` (in Nightly builds, run with -Z macro-backtrace for more info)