File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
tests/codegen/fail/input-object Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ error[E0277]: the trait bound `ObjectA: IsInputType<__S>` is not satisfied
1414 `TypeKind` implements `IsInputType<__S>`
1515 `Vec<T>` implements `IsInputType<S>`
1616 and $N others
17+
1718error[E0277]: the trait bound `ObjectA: FromInputValue<__S>` is not satisfied
1819 --> fail/input-object/derive_incompatible_field_type.rs:10:12
1920 |
@@ -41,6 +42,7 @@ note: required by a bound in `Registry::<S>::arg`
4142 | where
4243 | T: GraphQLType<S> + FromInputValue<S>,
4344 | ^^^^^^^^^^^^^^^^^ required by this bound in `Registry::<S>::arg`
45+
4446error[E0277]: the trait bound `ObjectA: FromInputValue<__S>` is not satisfied
4547 --> fail/input-object/derive_incompatible_field_type.rs:8:10
4648 |
@@ -58,6 +60,7 @@ error[E0277]: the trait bound `ObjectA: FromInputValue<__S>` is not satisfied
5860 `[T; N]` implements `FromInputValue<S>`
5961 and $N others
6062 = note: this error originates in the derive macro `GraphQLInputObject` (in Nightly builds, run with -Z macro-backtrace for more info)
63+
6164error[E0277]: the trait bound `ObjectA: ToInputValue<_>` is not satisfied
6265 --> fail/input-object/derive_incompatible_field_type.rs:8:10
6366 |
You can’t perform that action at this time.
0 commit comments