warning: field is never read: `enum_path` --> $DIR/mod.rs:282:5 | 282 | pub enum_path: Option, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = 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 error: #[graphql_interface] attribute is applicable to trait definitions and trait implementations only --> $DIR/wrong_item.rs:8:1 | 8 | #[graphql_interface(for = ObjA)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this error originates in the attribute macro `graphql_interface` (in Nightly builds, run with -Z macro-backtrace for more info)