2021-06-06 17:57:14 -05:00
|
|
|
warning: field is never read: `enum_path`
|
|
|
|
--> $DIR/mod.rs:282:5
|
|
|
|
|
|
|
|
|
282 | pub enum_path: Option<TokenStream>,
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: `#[warn(dead_code)]` on by default
|
|
|
|
|
|
|
|
warning: field is never read: `span`
|
|
|
|
--> $DIR/mod.rs:296:5
|
|
|
|
|
|
|
|
|
296 | pub span: Span,
|
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
warning: 2 warnings emitted
|
|
|
|
|
2020-06-04 03:19:01 -05:00
|
|
|
error: GraphQL union can only be derived for enums and structs
|
|
|
|
--> $DIR/derive_wrong_item.rs:4:1
|
|
|
|
|
|
|
|
|
4 | union Character { id: i32 }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|