2020-06-04 11:19:01 +03:00
|
|
|
error: GraphQL union expects at least one union variant
|
2023-11-01 19:00:05 +01:00
|
|
|
· note: https://spec.graphql.org/October2021#sec-Unions
|
2021-12-14 19:30:27 +02:00
|
|
|
--> fail/union/struct_no_fields.rs:4:1
|
2020-06-04 11:19:01 +03:00
|
|
|
|
|
|
|
|
4 | struct Character;
|
2023-11-01 19:00:05 +01:00
|
|
|
| ^^^^^^
|