ruwuma/crates/ruma-events/tests/ui/09-enum-invalid-kind.stderr
2021-05-12 16:02:44 +02:00

6 lines
210 B
Plaintext

error: valid event kinds are GlobalAccountData, RoomAccountData, EphemeralRoom, Message, State, ToDevice found `NotReal`
--> $DIR/09-enum-invalid-kind.rs:4:18
|
4 | kind: NotReal,
| ^