Skip to content

Commit f24d06b

Browse files
committed
Fix
1 parent c372606 commit f24d06b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/codegen/fail/input-object/derive_incompatible_field_type.stderr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1718
error[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+
4446
error[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+
6164
error[E0277]: the trait bound `ObjectA: ToInputValue<_>` is not satisfied
6265
--> fail/input-object/derive_incompatible_field_type.rs:8:10
6366
|

0 commit comments

Comments
 (0)