8 lines
190 B
Text
8 lines
190 B
Text
|
error: GraphQL union expects at least one field
|
||
|
--> $DIR/derive_no_fields.rs:2:1
|
||
|
|
|
||
|
2 | enum Character {}
|
||
|
| ^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: https://spec.graphql.org/June2018/#sec-Unions
|