events: Update expected output for trybuild test

This commit is contained in:
Jonas Platte 2021-08-17 13:01:09 +02:00
parent b84cc8d905
commit 72538d1de5
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -1,5 +1,5 @@
error: the `Event` derive only supports named fields error: the `Event` derive only supports structs with named fields
--> $DIR/05-named-fields.rs:6:44 --> $DIR/05-named-fields.rs:6:12
| |
6 | pub struct StateEvent<C: StateEventContent>(C); 6 | pub struct StateEvent<C: StateEventContent>(C);
| ^^^ | ^^^^^^^^^^