Fix codegen failure tests

This commit is contained in:
tyranron 2024-06-19 13:56:22 +02:00
parent a3a17bf6e5
commit 3571fd995f
No known key found for this signature in database
GPG key ID: 762E144FB230A4F0
20 changed files with 165 additions and 165 deletions

View file

@ -5,14 +5,14 @@ error[E0277]: the trait bound `ObjectA: IsInputType<__S>` is not satisfied
| ^^^^^^^ the trait `IsInputType<__S>` is not implemented for `ObjectA` | ^^^^^^^ the trait `IsInputType<__S>` is not implemented for `ObjectA`
| |
= help: the following other types implement trait `IsInputType<S>`: = help: the following other types implement trait `IsInputType<S>`:
<bool as IsInputType<__S>> <&T as IsInputType<S>>
<i32 as IsInputType<__S>>
<f64 as IsInputType<__S>>
<Object as IsInputType<__S>>
<Box<T> as IsInputType<S>>
<juniper::schema::model::DirectiveLocation as IsInputType<__S>>
<Arc<T> as IsInputType<S>> <Arc<T> as IsInputType<S>>
<Box<T> as IsInputType<S>>
<ID as IsInputType<__S>>
<Object as IsInputType<__S>>
<TypeKind as IsInputType<__S>> <TypeKind as IsInputType<__S>>
<Vec<T> as IsInputType<S>>
<[T; N] as IsInputType<S>>
and $N others and $N others
error[E0277]: the trait bound `ObjectA: FromInputValue<__S>` is not satisfied error[E0277]: the trait bound `ObjectA: FromInputValue<__S>` is not satisfied
@ -25,14 +25,14 @@ error[E0277]: the trait bound `ObjectA: FromInputValue<__S>` is not satisfied
| ^^^^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjectA` | ^^^^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjectA`
| |
= help: the following other types implement trait `FromInputValue<S>`: = help: the following other types implement trait `FromInputValue<S>`:
<bool as FromInputValue<__S>>
<i32 as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
<Object as FromInputValue<__S>>
<Box<T> as FromInputValue<S>>
<juniper::schema::model::DirectiveLocation as FromInputValue<__S>>
<Arc<T> as FromInputValue<S>> <Arc<T> as FromInputValue<S>>
<Box<T> as FromInputValue<S>>
<ID as FromInputValue<__S>>
<Object as FromInputValue<__S>>
<TypeKind as FromInputValue<__S>> <TypeKind as FromInputValue<__S>>
<Vec<T> as FromInputValue<S>>
<[T; N] as FromInputValue<S>>
<bool as FromInputValue<__S>>
and $N others and $N others
note: required by a bound in `Registry::<'r, S>::arg` note: required by a bound in `Registry::<'r, S>::arg`
--> $WORKSPACE/juniper/src/executor/mod.rs --> $WORKSPACE/juniper/src/executor/mod.rs
@ -50,14 +50,14 @@ error[E0277]: the trait bound `ObjectA: FromInputValue<__S>` is not satisfied
| ^^^^^^^^^^^^^^^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjectA` | ^^^^^^^^^^^^^^^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjectA`
| |
= help: the following other types implement trait `FromInputValue<S>`: = help: the following other types implement trait `FromInputValue<S>`:
<bool as FromInputValue<__S>>
<i32 as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
<Object as FromInputValue<__S>>
<Box<T> as FromInputValue<S>>
<juniper::schema::model::DirectiveLocation as FromInputValue<__S>>
<Arc<T> as FromInputValue<S>> <Arc<T> as FromInputValue<S>>
<Box<T> as FromInputValue<S>>
<ID as FromInputValue<__S>>
<Object as FromInputValue<__S>>
<TypeKind as FromInputValue<__S>> <TypeKind as FromInputValue<__S>>
<Vec<T> as FromInputValue<S>>
<[T; N] as FromInputValue<S>>
<bool as FromInputValue<__S>>
and $N others and $N others
= note: this error originates in the derive macro `GraphQLInputObject` (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `GraphQLInputObject` (in Nightly builds, run with -Z macro-backtrace for more info)
@ -68,13 +68,13 @@ error[E0277]: the trait bound `ObjectA: ToInputValue<_>` is not satisfied
| ^^^^^^^^^^^^^^^^^^ the trait `ToInputValue<_>` is not implemented for `ObjectA` | ^^^^^^^^^^^^^^^^^^ the trait `ToInputValue<_>` is not implemented for `ObjectA`
| |
= help: the following other types implement trait `ToInputValue<S>`: = help: the following other types implement trait `ToInputValue<S>`:
<bool as ToInputValue<__S>> <&'a T as ToInputValue<S>>
<i32 as ToInputValue<__S>> <&'a [T] as ToInputValue<S>>
<f64 as ToInputValue<__S>> <&'a str as ToInputValue<S>>
<Object as ToInputValue<__S>>
<Box<T> as ToInputValue<S>>
<juniper::schema::model::DirectiveLocation as ToInputValue<__S>>
<Arc<T> as ToInputValue<S>> <Arc<T> as ToInputValue<S>>
<Box<T> as ToInputValue<S>>
<ID as ToInputValue<__S>>
<Object as ToInputValue<__S>>
<TypeKind as ToInputValue<__S>> <TypeKind as ToInputValue<__S>>
and $N others and $N others
= note: this error originates in the derive macro `GraphQLInputObject` (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `GraphQLInputObject` (in Nightly builds, run with -Z macro-backtrace for more info)

View file

@ -5,12 +5,12 @@ error[E0277]: the trait bound `ObjB: IsOutputType<__S>` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB` | ^^^^^^^^^^^^^^^^^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB`
| |
= help: the following other types implement trait `IsOutputType<S>`: = help: the following other types implement trait `IsOutputType<S>`:
<bool as IsOutputType<__S>> <&T as IsOutputType<S>>
<i32 as IsOutputType<__S>> <Arc<T> as IsOutputType<S>>
<f64 as IsOutputType<__S>>
<CharacterValueEnum as IsOutputType<__S>>
<Box<T> as IsOutputType<S>>
<juniper::meta::Field<'a, S> as IsOutputType<S>>
<Argument<'a, S> as IsOutputType<S>> <Argument<'a, S> as IsOutputType<S>>
<Box<T> as IsOutputType<S>>
<CharacterValueEnum as IsOutputType<__S>>
<EnumValue as IsOutputType<__S>> <EnumValue as IsOutputType<__S>>
<ID as IsOutputType<__S>>
<SchemaType<'a, S> as IsOutputType<S>>
and $N others and $N others

View file

@ -5,12 +5,12 @@ error[E0277]: the trait bound `ObjB: IsOutputType<__S>` is not satisfied
| ^^^^^^^^^^^^^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB` | ^^^^^^^^^^^^^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB`
| |
= help: the following other types implement trait `IsOutputType<S>`: = help: the following other types implement trait `IsOutputType<S>`:
<bool as IsOutputType<__S>> <&T as IsOutputType<S>>
<i32 as IsOutputType<__S>> <Arc<T> as IsOutputType<S>>
<f64 as IsOutputType<__S>>
<CharacterValueEnum as IsOutputType<__S>>
<Box<T> as IsOutputType<S>>
<juniper::meta::Field<'a, S> as IsOutputType<S>>
<Argument<'a, S> as IsOutputType<S>> <Argument<'a, S> as IsOutputType<S>>
<Box<T> as IsOutputType<S>>
<CharacterValueEnum as IsOutputType<__S>>
<EnumValue as IsOutputType<__S>> <EnumValue as IsOutputType<__S>>
<ID as IsOutputType<__S>>
<SchemaType<'a, S> as IsOutputType<S>>
and $N others and $N others

View file

@ -5,14 +5,14 @@ error[E0277]: the trait bound `ObjA: IsInputType<__S>` is not satisfied
| ^^^^ the trait `IsInputType<__S>` is not implemented for `ObjA` | ^^^^ the trait `IsInputType<__S>` is not implemented for `ObjA`
| |
= help: the following other types implement trait `IsInputType<S>`: = help: the following other types implement trait `IsInputType<S>`:
<bool as IsInputType<__S>> <&T as IsInputType<S>>
<i32 as IsInputType<__S>>
<f64 as IsInputType<__S>>
<Box<T> as IsInputType<S>>
<juniper::schema::model::DirectiveLocation as IsInputType<__S>>
<Arc<T> as IsInputType<S>> <Arc<T> as IsInputType<S>>
<Box<T> as IsInputType<S>>
<ID as IsInputType<__S>>
<TypeKind as IsInputType<__S>> <TypeKind as IsInputType<__S>>
<Vec<T> as IsInputType<S>> <Vec<T> as IsInputType<S>>
<[T; N] as IsInputType<S>>
<[T] as IsInputType<S>>
and $N others and $N others
error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
@ -25,14 +25,14 @@ error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
| ^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA` | ^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA`
| |
= help: the following other types implement trait `FromInputValue<S>`: = help: the following other types implement trait `FromInputValue<S>`:
<bool as FromInputValue<__S>>
<i32 as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
<Box<T> as FromInputValue<S>>
<juniper::schema::model::DirectiveLocation as FromInputValue<__S>>
<Arc<T> as FromInputValue<S>> <Arc<T> as FromInputValue<S>>
<Box<T> as FromInputValue<S>>
<ID as FromInputValue<__S>>
<TypeKind as FromInputValue<__S>> <TypeKind as FromInputValue<__S>>
<Vec<T> as FromInputValue<S>> <Vec<T> as FromInputValue<S>>
<[T; N] as FromInputValue<S>>
<bool as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
and $N others and $N others
note: required by a bound in `Registry::<'r, S>::arg` note: required by a bound in `Registry::<'r, S>::arg`
--> $WORKSPACE/juniper/src/executor/mod.rs --> $WORKSPACE/juniper/src/executor/mod.rs

View file

@ -5,14 +5,14 @@ error[E0277]: the trait bound `[bool; 2]: From<[bool; 3]>` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^ the trait `From<[bool; 3]>` is not implemented for `[bool; 2]`, which is required by `[bool; 3]: Into<_>` | ^^^^^^^^^^^^^^^^^^^^ the trait `From<[bool; 3]>` is not implemented for `[bool; 2]`, which is required by `[bool; 3]: Into<_>`
| |
= help: the following other types implement trait `From<T>`: = help: the following other types implement trait `From<T>`:
<[bool; N] as From<Mask<T, N>>> <[T; 10] as From<(T, T, T, T, T, T, T, T, T, T)>>
<[T; N] as From<Simd<T, N>>> <[T; 11] as From<(T, T, T, T, T, T, T, T, T, T, T)>>
<[T; 12] as From<(T, T, T, T, T, T, T, T, T, T, T, T)>>
<[T; 1] as From<(T,)>> <[T; 1] as From<(T,)>>
<[T; 2] as From<(T, T)>> <[T; 2] as From<(T, T)>>
<[T; 3] as From<(T, T, T)>> <[T; 3] as From<(T, T, T)>>
<[T; 4] as From<(T, T, T, T)>> <[T; 4] as From<(T, T, T, T)>>
<[T; 5] as From<(T, T, T, T, T)>> <[T; 5] as From<(T, T, T, T, T)>>
<[T; 6] as From<(T, T, T, T, T, T)>>
and $N others and $N others
= note: required for `[bool; 3]` to implement `Into<[bool; 2]>` = note: required for `[bool; 3]` to implement `Into<[bool; 2]>`
= note: this error originates in the attribute macro `graphql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `graphql_interface` (in Nightly builds, run with -Z macro-backtrace for more info)

View file

@ -5,12 +5,12 @@ error[E0277]: the trait bound `ObjB: IsOutputType<__S>` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB` | ^^^^^^^^^^^^^^^^^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB`
| |
= help: the following other types implement trait `IsOutputType<S>`: = help: the following other types implement trait `IsOutputType<S>`:
<bool as IsOutputType<__S>> <&T as IsOutputType<S>>
<i32 as IsOutputType<__S>> <Arc<T> as IsOutputType<S>>
<f64 as IsOutputType<__S>>
<CharacterValueEnum as IsOutputType<__S>>
<Box<T> as IsOutputType<S>>
<juniper::meta::Field<'a, S> as IsOutputType<S>>
<Argument<'a, S> as IsOutputType<S>> <Argument<'a, S> as IsOutputType<S>>
<Box<T> as IsOutputType<S>>
<CharacterValueEnum as IsOutputType<__S>>
<EnumValue as IsOutputType<__S>> <EnumValue as IsOutputType<__S>>
<ID as IsOutputType<__S>>
<SchemaType<'a, S> as IsOutputType<S>>
and $N others and $N others

View file

@ -5,14 +5,14 @@ error[E0277]: the trait bound `ObjA: IsInputType<__S>` is not satisfied
| ^^^^ the trait `IsInputType<__S>` is not implemented for `ObjA` | ^^^^ the trait `IsInputType<__S>` is not implemented for `ObjA`
| |
= help: the following other types implement trait `IsInputType<S>`: = help: the following other types implement trait `IsInputType<S>`:
<bool as IsInputType<__S>> <&T as IsInputType<S>>
<i32 as IsInputType<__S>>
<f64 as IsInputType<__S>>
<Box<T> as IsInputType<S>>
<juniper::schema::model::DirectiveLocation as IsInputType<__S>>
<Arc<T> as IsInputType<S>> <Arc<T> as IsInputType<S>>
<Box<T> as IsInputType<S>>
<ID as IsInputType<__S>>
<TypeKind as IsInputType<__S>> <TypeKind as IsInputType<__S>>
<Vec<T> as IsInputType<S>> <Vec<T> as IsInputType<S>>
<[T; N] as IsInputType<S>>
<[T] as IsInputType<S>>
and $N others and $N others
error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
@ -25,14 +25,14 @@ error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
| ^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA` | ^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA`
| |
= help: the following other types implement trait `FromInputValue<S>`: = help: the following other types implement trait `FromInputValue<S>`:
<bool as FromInputValue<__S>>
<i32 as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
<Box<T> as FromInputValue<S>>
<juniper::schema::model::DirectiveLocation as FromInputValue<__S>>
<Arc<T> as FromInputValue<S>> <Arc<T> as FromInputValue<S>>
<Box<T> as FromInputValue<S>>
<ID as FromInputValue<__S>>
<TypeKind as FromInputValue<__S>> <TypeKind as FromInputValue<__S>>
<Vec<T> as FromInputValue<S>> <Vec<T> as FromInputValue<S>>
<[T; N] as FromInputValue<S>>
<bool as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
and $N others and $N others
note: required by a bound in `Registry::<'r, S>::arg` note: required by a bound in `Registry::<'r, S>::arg`
--> $WORKSPACE/juniper/src/executor/mod.rs --> $WORKSPACE/juniper/src/executor/mod.rs
@ -50,14 +50,14 @@ error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
| ^^^^^^^^^^^^^^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA` | ^^^^^^^^^^^^^^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA`
| |
= help: the following other types implement trait `FromInputValue<S>`: = help: the following other types implement trait `FromInputValue<S>`:
<bool as FromInputValue<__S>>
<i32 as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
<Box<T> as FromInputValue<S>>
<juniper::schema::model::DirectiveLocation as FromInputValue<__S>>
<Arc<T> as FromInputValue<S>> <Arc<T> as FromInputValue<S>>
<Box<T> as FromInputValue<S>>
<ID as FromInputValue<__S>>
<TypeKind as FromInputValue<__S>> <TypeKind as FromInputValue<__S>>
<Vec<T> as FromInputValue<S>> <Vec<T> as FromInputValue<S>>
<[T; N] as FromInputValue<S>>
<bool as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
and $N others and $N others
= note: this error originates in the attribute macro `graphql_object` (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `graphql_object` (in Nightly builds, run with -Z macro-backtrace for more info)
@ -68,14 +68,14 @@ error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
| ^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA` | ^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA`
| |
= help: the following other types implement trait `FromInputValue<S>`: = help: the following other types implement trait `FromInputValue<S>`:
<bool as FromInputValue<__S>>
<i32 as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
<Box<T> as FromInputValue<S>>
<juniper::schema::model::DirectiveLocation as FromInputValue<__S>>
<Arc<T> as FromInputValue<S>> <Arc<T> as FromInputValue<S>>
<Box<T> as FromInputValue<S>>
<ID as FromInputValue<__S>>
<TypeKind as FromInputValue<__S>> <TypeKind as FromInputValue<__S>>
<Vec<T> as FromInputValue<S>> <Vec<T> as FromInputValue<S>>
<[T; N] as FromInputValue<S>>
<bool as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
and $N others and $N others
warning: unused variable: `obj` warning: unused variable: `obj`

View file

@ -5,14 +5,14 @@ error[E0277]: the trait bound `[bool; 2]: From<[bool; 3]>` is not satisfied
| ^^^^^^^^^^^^^^^^^ the trait `From<[bool; 3]>` is not implemented for `[bool; 2]`, which is required by `[bool; 3]: Into<_>` | ^^^^^^^^^^^^^^^^^ the trait `From<[bool; 3]>` is not implemented for `[bool; 2]`, which is required by `[bool; 3]: Into<_>`
| |
= help: the following other types implement trait `From<T>`: = help: the following other types implement trait `From<T>`:
<[bool; N] as From<Mask<T, N>>> <[T; 10] as From<(T, T, T, T, T, T, T, T, T, T)>>
<[T; N] as From<Simd<T, N>>> <[T; 11] as From<(T, T, T, T, T, T, T, T, T, T, T)>>
<[T; 12] as From<(T, T, T, T, T, T, T, T, T, T, T, T)>>
<[T; 1] as From<(T,)>> <[T; 1] as From<(T,)>>
<[T; 2] as From<(T, T)>> <[T; 2] as From<(T, T)>>
<[T; 3] as From<(T, T, T)>> <[T; 3] as From<(T, T, T)>>
<[T; 4] as From<(T, T, T, T)>> <[T; 4] as From<(T, T, T, T)>>
<[T; 5] as From<(T, T, T, T, T)>> <[T; 5] as From<(T, T, T, T, T)>>
<[T; 6] as From<(T, T, T, T, T, T)>>
and $N others and $N others
= note: required for `[bool; 3]` to implement `Into<[bool; 2]>` = note: required for `[bool; 3]` to implement `Into<[bool; 2]>`
= note: this error originates in the attribute macro `graphql_object` (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `graphql_object` (in Nightly builds, run with -Z macro-backtrace for more info)

View file

@ -5,12 +5,12 @@ error[E0277]: the trait bound `ObjB: IsOutputType<__S>` is not satisfied
| ^^^^^^^^^^^^^^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB` | ^^^^^^^^^^^^^^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB`
| |
= help: the following other types implement trait `IsOutputType<S>`: = help: the following other types implement trait `IsOutputType<S>`:
<bool as IsOutputType<__S>> <&T as IsOutputType<S>>
<i32 as IsOutputType<__S>> <Arc<T> as IsOutputType<S>>
<f64 as IsOutputType<__S>>
<ObjA as IsOutputType<__S>>
<Box<T> as IsOutputType<S>>
<juniper::meta::Field<'a, S> as IsOutputType<S>>
<Argument<'a, S> as IsOutputType<S>> <Argument<'a, S> as IsOutputType<S>>
<Box<T> as IsOutputType<S>>
<EnumValue as IsOutputType<__S>> <EnumValue as IsOutputType<__S>>
<ID as IsOutputType<__S>>
<ObjA as IsOutputType<__S>>
<SchemaType<'a, S> as IsOutputType<S>>
and $N others and $N others

View file

@ -5,12 +5,12 @@ error[E0277]: the trait bound `ObjB: IsOutputType<__S>` is not satisfied
| ^^^^^^^^^^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB` | ^^^^^^^^^^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB`
| |
= help: the following other types implement trait `IsOutputType<S>`: = help: the following other types implement trait `IsOutputType<S>`:
<bool as IsOutputType<__S>> <&T as IsOutputType<S>>
<i32 as IsOutputType<__S>> <Arc<T> as IsOutputType<S>>
<f64 as IsOutputType<__S>>
<ObjA as IsOutputType<__S>>
<Box<T> as IsOutputType<S>>
<juniper::meta::Field<'a, S> as IsOutputType<S>>
<Argument<'a, S> as IsOutputType<S>> <Argument<'a, S> as IsOutputType<S>>
<Box<T> as IsOutputType<S>>
<EnumValue as IsOutputType<__S>> <EnumValue as IsOutputType<__S>>
<ID as IsOutputType<__S>>
<ObjA as IsOutputType<__S>>
<SchemaType<'a, S> as IsOutputType<S>>
and $N others and $N others

View file

@ -13,14 +13,14 @@ error[E0277]: the trait bound `ObjA: IsInputType<__S>` is not satisfied
| ^^^^ the trait `IsInputType<__S>` is not implemented for `ObjA` | ^^^^ the trait `IsInputType<__S>` is not implemented for `ObjA`
| |
= help: the following other types implement trait `IsInputType<S>`: = help: the following other types implement trait `IsInputType<S>`:
<bool as IsInputType<__S>> <&T as IsInputType<S>>
<i32 as IsInputType<__S>>
<f64 as IsInputType<__S>>
<Box<T> as IsInputType<S>>
<juniper::schema::model::DirectiveLocation as IsInputType<__S>>
<Arc<T> as IsInputType<S>> <Arc<T> as IsInputType<S>>
<Box<T> as IsInputType<S>>
<ID as IsInputType<__S>>
<TypeKind as IsInputType<__S>> <TypeKind as IsInputType<__S>>
<Vec<T> as IsInputType<S>> <Vec<T> as IsInputType<S>>
<[T; N] as IsInputType<S>>
<[T] as IsInputType<S>>
and $N others and $N others
error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
@ -33,14 +33,14 @@ error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
| ^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA` | ^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA`
| |
= help: the following other types implement trait `FromInputValue<S>`: = help: the following other types implement trait `FromInputValue<S>`:
<bool as FromInputValue<__S>>
<i32 as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
<Box<T> as FromInputValue<S>>
<juniper::schema::model::DirectiveLocation as FromInputValue<__S>>
<Arc<T> as FromInputValue<S>> <Arc<T> as FromInputValue<S>>
<Box<T> as FromInputValue<S>>
<ID as FromInputValue<__S>>
<TypeKind as FromInputValue<__S>> <TypeKind as FromInputValue<__S>>
<Vec<T> as FromInputValue<S>> <Vec<T> as FromInputValue<S>>
<[T; N] as FromInputValue<S>>
<bool as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
and $N others and $N others
note: required by a bound in `Registry::<'r, S>::arg` note: required by a bound in `Registry::<'r, S>::arg`
--> $WORKSPACE/juniper/src/executor/mod.rs --> $WORKSPACE/juniper/src/executor/mod.rs
@ -58,14 +58,14 @@ error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA` | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA`
| |
= help: the following other types implement trait `FromInputValue<S>`: = help: the following other types implement trait `FromInputValue<S>`:
<bool as FromInputValue<__S>>
<i32 as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
<Box<T> as FromInputValue<S>>
<juniper::schema::model::DirectiveLocation as FromInputValue<__S>>
<Arc<T> as FromInputValue<S>> <Arc<T> as FromInputValue<S>>
<Box<T> as FromInputValue<S>>
<ID as FromInputValue<__S>>
<TypeKind as FromInputValue<__S>> <TypeKind as FromInputValue<__S>>
<Vec<T> as FromInputValue<S>> <Vec<T> as FromInputValue<S>>
<[T; N] as FromInputValue<S>>
<bool as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
and $N others and $N others
= note: this error originates in the attribute macro `graphql_subscription` (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `graphql_subscription` (in Nightly builds, run with -Z macro-backtrace for more info)
@ -76,12 +76,12 @@ error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
| ^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA` | ^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA`
| |
= help: the following other types implement trait `FromInputValue<S>`: = help: the following other types implement trait `FromInputValue<S>`:
<bool as FromInputValue<__S>>
<i32 as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
<Box<T> as FromInputValue<S>>
<juniper::schema::model::DirectiveLocation as FromInputValue<__S>>
<Arc<T> as FromInputValue<S>> <Arc<T> as FromInputValue<S>>
<Box<T> as FromInputValue<S>>
<ID as FromInputValue<__S>>
<TypeKind as FromInputValue<__S>> <TypeKind as FromInputValue<__S>>
<Vec<T> as FromInputValue<S>> <Vec<T> as FromInputValue<S>>
<[T; N] as FromInputValue<S>>
<bool as FromInputValue<__S>>
<f64 as FromInputValue<__S>>
and $N others and $N others

View file

@ -5,14 +5,14 @@ error[E0277]: the trait bound `[bool; 2]: From<[bool; 3]>` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<[bool; 3]>` is not implemented for `[bool; 2]`, which is required by `[bool; 3]: Into<_>` | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<[bool; 3]>` is not implemented for `[bool; 2]`, which is required by `[bool; 3]: Into<_>`
| |
= help: the following other types implement trait `From<T>`: = help: the following other types implement trait `From<T>`:
<[bool; N] as From<Mask<T, N>>> <[T; 10] as From<(T, T, T, T, T, T, T, T, T, T)>>
<[T; N] as From<Simd<T, N>>> <[T; 11] as From<(T, T, T, T, T, T, T, T, T, T, T)>>
<[T; 12] as From<(T, T, T, T, T, T, T, T, T, T, T, T)>>
<[T; 1] as From<(T,)>> <[T; 1] as From<(T,)>>
<[T; 2] as From<(T, T)>> <[T; 2] as From<(T, T)>>
<[T; 3] as From<(T, T, T)>> <[T; 3] as From<(T, T, T)>>
<[T; 4] as From<(T, T, T, T)>> <[T; 4] as From<(T, T, T, T)>>
<[T; 5] as From<(T, T, T, T, T)>> <[T; 5] as From<(T, T, T, T, T)>>
<[T; 6] as From<(T, T, T, T, T, T)>>
and $N others and $N others
= note: required for `[bool; 3]` to implement `Into<[bool; 2]>` = note: required for `[bool; 3]` to implement `Into<[bool; 2]>`
= note: this error originates in the attribute macro `graphql_subscription` (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `graphql_subscription` (in Nightly builds, run with -Z macro-backtrace for more info)

View file

@ -5,12 +5,12 @@ error[E0277]: the trait bound `ObjB: IsOutputType<__S>` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB` | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB`
| |
= help: the following other types implement trait `IsOutputType<S>`: = help: the following other types implement trait `IsOutputType<S>`:
<bool as IsOutputType<__S>> <&T as IsOutputType<S>>
<i32 as IsOutputType<__S>> <Arc<T> as IsOutputType<S>>
<f64 as IsOutputType<__S>>
<ObjA as IsOutputType<__S>>
<Box<T> as IsOutputType<S>>
<juniper::meta::Field<'a, S> as IsOutputType<S>>
<Argument<'a, S> as IsOutputType<S>> <Argument<'a, S> as IsOutputType<S>>
<Box<T> as IsOutputType<S>>
<EnumValue as IsOutputType<__S>> <EnumValue as IsOutputType<__S>>
<ID as IsOutputType<__S>>
<ObjA as IsOutputType<__S>>
<SchemaType<'a, S> as IsOutputType<S>>
and $N others and $N others

View file

@ -5,12 +5,12 @@ error[E0277]: the trait bound `Test: GraphQLObject<__S>` is not satisfied
| ^^^^ the trait `GraphQLObject<__S>` is not implemented for `Test` | ^^^^ the trait `GraphQLObject<__S>` is not implemented for `Test`
| |
= help: the following other types implement trait `GraphQLObject<S>`: = help: the following other types implement trait `GraphQLObject<S>`:
<Box<T> as GraphQLObject<S>> <&T as GraphQLObject<S>>
<juniper::meta::Field<'a, S> as GraphQLObject<S>> <Arc<T> as GraphQLObject<S>>
<Argument<'a, S> as GraphQLObject<S>> <Argument<'a, S> as GraphQLObject<S>>
<Box<T> as GraphQLObject<S>>
<EnumValue as GraphQLObject<__S>> <EnumValue as GraphQLObject<__S>>
<SchemaType<'a, S> as GraphQLObject<S>> <SchemaType<'a, S> as GraphQLObject<S>>
<juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>> <juniper::meta::Field<'a, S> as GraphQLObject<S>>
<juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>> <juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>>
<Arc<T> as GraphQLObject<S>> <juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>>
<&T as GraphQLObject<S>>

View file

@ -16,15 +16,15 @@ error[E0277]: the trait bound `std::string::String: GraphQLObject<__S>` is not s
| ^^^^^^^^^^^^^^^^^^^ the trait `GraphQLObject<__S>` is not implemented for `std::string::String` | ^^^^^^^^^^^^^^^^^^^ the trait `GraphQLObject<__S>` is not implemented for `std::string::String`
| |
= help: the following other types implement trait `GraphQLObject<S>`: = help: the following other types implement trait `GraphQLObject<S>`:
<Box<T> as GraphQLObject<S>> <&T as GraphQLObject<S>>
<juniper::meta::Field<'a, S> as GraphQLObject<S>> <Arc<T> as GraphQLObject<S>>
<Argument<'a, S> as GraphQLObject<S>> <Argument<'a, S> as GraphQLObject<S>>
<Box<T> as GraphQLObject<S>>
<EnumValue as GraphQLObject<__S>> <EnumValue as GraphQLObject<__S>>
<SchemaType<'a, S> as GraphQLObject<S>> <SchemaType<'a, S> as GraphQLObject<S>>
<juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>> <juniper::meta::Field<'a, S> as GraphQLObject<S>>
<juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>> <juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>>
<Arc<T> as GraphQLObject<S>> <juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>>
<&T as GraphQLObject<S>>
error[E0277]: the trait bound `std::string::String: GraphQLObject<__S>` is not satisfied error[E0277]: the trait bound `std::string::String: GraphQLObject<__S>` is not satisfied
--> fail/union/enum_same_type_ugly.rs:6:7 --> fail/union/enum_same_type_ugly.rs:6:7
@ -33,12 +33,12 @@ error[E0277]: the trait bound `std::string::String: GraphQLObject<__S>` is not s
| ^^^^^^ the trait `GraphQLObject<__S>` is not implemented for `std::string::String` | ^^^^^^ the trait `GraphQLObject<__S>` is not implemented for `std::string::String`
| |
= help: the following other types implement trait `GraphQLObject<S>`: = help: the following other types implement trait `GraphQLObject<S>`:
<Box<T> as GraphQLObject<S>> <&T as GraphQLObject<S>>
<juniper::meta::Field<'a, S> as GraphQLObject<S>> <Arc<T> as GraphQLObject<S>>
<Argument<'a, S> as GraphQLObject<S>> <Argument<'a, S> as GraphQLObject<S>>
<Box<T> as GraphQLObject<S>>
<EnumValue as GraphQLObject<__S>> <EnumValue as GraphQLObject<__S>>
<SchemaType<'a, S> as GraphQLObject<S>> <SchemaType<'a, S> as GraphQLObject<S>>
<juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>> <juniper::meta::Field<'a, S> as GraphQLObject<S>>
<juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>> <juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>>
<Arc<T> as GraphQLObject<S>> <juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>>
<&T as GraphQLObject<S>>

View file

@ -5,12 +5,12 @@ error[E0277]: the trait bound `Test: GraphQLObject<__S>` is not satisfied
| ^^^^ the trait `GraphQLObject<__S>` is not implemented for `Test` | ^^^^ the trait `GraphQLObject<__S>` is not implemented for `Test`
| |
= help: the following other types implement trait `GraphQLObject<S>`: = help: the following other types implement trait `GraphQLObject<S>`:
<Box<T> as GraphQLObject<S>> <&T as GraphQLObject<S>>
<juniper::meta::Field<'a, S> as GraphQLObject<S>> <Arc<T> as GraphQLObject<S>>
<Argument<'a, S> as GraphQLObject<S>> <Argument<'a, S> as GraphQLObject<S>>
<Box<T> as GraphQLObject<S>>
<EnumValue as GraphQLObject<__S>> <EnumValue as GraphQLObject<__S>>
<SchemaType<'a, S> as GraphQLObject<S>> <SchemaType<'a, S> as GraphQLObject<S>>
<juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>> <juniper::meta::Field<'a, S> as GraphQLObject<S>>
<juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>> <juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>>
<Arc<T> as GraphQLObject<S>> <juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>>
<&T as GraphQLObject<S>>

View file

@ -16,15 +16,15 @@ error[E0277]: the trait bound `std::string::String: GraphQLObject<__S>` is not s
| ^^^^^^ the trait `GraphQLObject<__S>` is not implemented for `std::string::String` | ^^^^^^ the trait `GraphQLObject<__S>` is not implemented for `std::string::String`
| |
= help: the following other types implement trait `GraphQLObject<S>`: = help: the following other types implement trait `GraphQLObject<S>`:
<Box<T> as GraphQLObject<S>> <&T as GraphQLObject<S>>
<juniper::meta::Field<'a, S> as GraphQLObject<S>> <Arc<T> as GraphQLObject<S>>
<Argument<'a, S> as GraphQLObject<S>> <Argument<'a, S> as GraphQLObject<S>>
<Box<T> as GraphQLObject<S>>
<EnumValue as GraphQLObject<__S>> <EnumValue as GraphQLObject<__S>>
<SchemaType<'a, S> as GraphQLObject<S>> <SchemaType<'a, S> as GraphQLObject<S>>
<juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>> <juniper::meta::Field<'a, S> as GraphQLObject<S>>
<juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>> <juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>>
<Arc<T> as GraphQLObject<S>> <juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>>
<&T as GraphQLObject<S>>
error[E0277]: the trait bound `std::string::String: GraphQLObject<__S>` is not satisfied error[E0277]: the trait bound `std::string::String: GraphQLObject<__S>` is not satisfied
--> fail/union/struct_same_type_ugly.rs:5:14 --> fail/union/struct_same_type_ugly.rs:5:14
@ -33,12 +33,12 @@ error[E0277]: the trait bound `std::string::String: GraphQLObject<__S>` is not s
| ^^^^^^^^^^^^^^^^^^^ the trait `GraphQLObject<__S>` is not implemented for `std::string::String` | ^^^^^^^^^^^^^^^^^^^ the trait `GraphQLObject<__S>` is not implemented for `std::string::String`
| |
= help: the following other types implement trait `GraphQLObject<S>`: = help: the following other types implement trait `GraphQLObject<S>`:
<Box<T> as GraphQLObject<S>> <&T as GraphQLObject<S>>
<juniper::meta::Field<'a, S> as GraphQLObject<S>> <Arc<T> as GraphQLObject<S>>
<Argument<'a, S> as GraphQLObject<S>> <Argument<'a, S> as GraphQLObject<S>>
<Box<T> as GraphQLObject<S>>
<EnumValue as GraphQLObject<__S>> <EnumValue as GraphQLObject<__S>>
<SchemaType<'a, S> as GraphQLObject<S>> <SchemaType<'a, S> as GraphQLObject<S>>
<juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>> <juniper::meta::Field<'a, S> as GraphQLObject<S>>
<juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>> <juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>>
<Arc<T> as GraphQLObject<S>> <juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>>
<&T as GraphQLObject<S>>

View file

@ -5,8 +5,8 @@ error[E0277]: the trait bound `CustomContext: FromContext<SubContext>` is not sa
| ^^^^^^^^^^^^^^^^ the trait `FromContext<SubContext>` is not implemented for `CustomContext` | ^^^^^^^^^^^^^^^^ the trait `FromContext<SubContext>` is not implemented for `CustomContext`
| |
= help: the following other types implement trait `FromContext<T>`: = help: the following other types implement trait `FromContext<T>`:
<SubContext as FromContext<CustomContext>>
<() as FromContext<T>> <() as FromContext<T>>
<SubContext as FromContext<CustomContext>>
= note: this error originates in the attribute macro `graphql_union` (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `graphql_union` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0308]: mismatched types error[E0308]: mismatched types

View file

@ -5,12 +5,12 @@ error[E0277]: the trait bound `Test: GraphQLObject<__S>` is not satisfied
| ^^^^ the trait `GraphQLObject<__S>` is not implemented for `Test` | ^^^^ the trait `GraphQLObject<__S>` is not implemented for `Test`
| |
= help: the following other types implement trait `GraphQLObject<S>`: = help: the following other types implement trait `GraphQLObject<S>`:
<Box<T> as GraphQLObject<S>> <&T as GraphQLObject<S>>
<juniper::meta::Field<'a, S> as GraphQLObject<S>> <Arc<T> as GraphQLObject<S>>
<Argument<'a, S> as GraphQLObject<S>> <Argument<'a, S> as GraphQLObject<S>>
<Box<T> as GraphQLObject<S>>
<EnumValue as GraphQLObject<__S>> <EnumValue as GraphQLObject<__S>>
<SchemaType<'a, S> as GraphQLObject<S>> <SchemaType<'a, S> as GraphQLObject<S>>
<juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>> <juniper::meta::Field<'a, S> as GraphQLObject<S>>
<juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>> <juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>>
<Arc<T> as GraphQLObject<S>> <juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>>
<&T as GraphQLObject<S>>

View file

@ -16,15 +16,15 @@ error[E0277]: the trait bound `std::string::String: GraphQLObject<__S>` is not s
| ^^^^^^ the trait `GraphQLObject<__S>` is not implemented for `std::string::String` | ^^^^^^ the trait `GraphQLObject<__S>` is not implemented for `std::string::String`
| |
= help: the following other types implement trait `GraphQLObject<S>`: = help: the following other types implement trait `GraphQLObject<S>`:
<Box<T> as GraphQLObject<S>> <&T as GraphQLObject<S>>
<juniper::meta::Field<'a, S> as GraphQLObject<S>> <Arc<T> as GraphQLObject<S>>
<Argument<'a, S> as GraphQLObject<S>> <Argument<'a, S> as GraphQLObject<S>>
<Box<T> as GraphQLObject<S>>
<EnumValue as GraphQLObject<__S>> <EnumValue as GraphQLObject<__S>>
<SchemaType<'a, S> as GraphQLObject<S>> <SchemaType<'a, S> as GraphQLObject<S>>
<juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>> <juniper::meta::Field<'a, S> as GraphQLObject<S>>
<juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>> <juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>>
<Arc<T> as GraphQLObject<S>> <juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>>
<&T as GraphQLObject<S>>
error[E0277]: the trait bound `std::string::String: GraphQLObject<__S>` is not satisfied error[E0277]: the trait bound `std::string::String: GraphQLObject<__S>` is not satisfied
--> fail/union/trait_same_type_ugly.rs:6:28 --> fail/union/trait_same_type_ugly.rs:6:28
@ -33,12 +33,12 @@ error[E0277]: the trait bound `std::string::String: GraphQLObject<__S>` is not s
| ^^^^^^^^^^^^^^^^^^^ the trait `GraphQLObject<__S>` is not implemented for `std::string::String` | ^^^^^^^^^^^^^^^^^^^ the trait `GraphQLObject<__S>` is not implemented for `std::string::String`
| |
= help: the following other types implement trait `GraphQLObject<S>`: = help: the following other types implement trait `GraphQLObject<S>`:
<Box<T> as GraphQLObject<S>> <&T as GraphQLObject<S>>
<juniper::meta::Field<'a, S> as GraphQLObject<S>> <Arc<T> as GraphQLObject<S>>
<Argument<'a, S> as GraphQLObject<S>> <Argument<'a, S> as GraphQLObject<S>>
<Box<T> as GraphQLObject<S>>
<EnumValue as GraphQLObject<__S>> <EnumValue as GraphQLObject<__S>>
<SchemaType<'a, S> as GraphQLObject<S>> <SchemaType<'a, S> as GraphQLObject<S>>
<juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>> <juniper::meta::Field<'a, S> as GraphQLObject<S>>
<juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>> <juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>>
<Arc<T> as GraphQLObject<S>> <juniper::schema::model::TypeType<'a, S> as GraphQLObject<S>>
<&T as GraphQLObject<S>>