Fix codegen tests for latest nightly
This commit is contained in:
parent
b172d51b6e
commit
a297b9b67e
17 changed files with 161 additions and 161 deletions
|
@ -5,14 +5,14 @@ error[E0277]: the trait bound `ObjectA: IsInputType<__S>` is not satisfied
|
|||
| ^^^^^^^^^^^^^^^^^^ the trait `IsInputType<__S>` is not implemented for `ObjectA`
|
||||
|
|
||||
= help: the following other types implement trait `IsInputType<S>`:
|
||||
<&T as IsInputType<S>>
|
||||
<Arc<T> as IsInputType<S>>
|
||||
<Box<T> as IsInputType<S>>
|
||||
<ID as IsInputType<__S>>
|
||||
<bool as IsInputType<__S>>
|
||||
<i32 as IsInputType<__S>>
|
||||
<f64 as IsInputType<__S>>
|
||||
<Object as IsInputType<__S>>
|
||||
<TypeKind as IsInputType<__S>>
|
||||
<Vec<T> as IsInputType<S>>
|
||||
<[T; N] as IsInputType<S>>
|
||||
<Box<T> as IsInputType<S>>
|
||||
<uuid::Uuid as IsInputType<__S>>
|
||||
<url::Url as IsInputType<__S>>
|
||||
<bson::datetime::DateTime as IsInputType<__S>>
|
||||
and $N others
|
||||
= note: this error originates in the derive macro `GraphQLInputObject` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
||||
|
@ -23,14 +23,14 @@ error[E0277]: the trait bound `ObjectA: FromInputValue<__S>` is not satisfied
|
|||
| ^^^^^^^^^^^^^^^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjectA`
|
||||
|
|
||||
= help: the following other types implement trait `FromInputValue<S>`:
|
||||
<Arc<T> as FromInputValue<S>>
|
||||
<Box<T> as FromInputValue<S>>
|
||||
<ID as FromInputValue<__S>>
|
||||
<Object as FromInputValue<__S>>
|
||||
<TypeKind as FromInputValue<__S>>
|
||||
<Vec<T> as FromInputValue<S>>
|
||||
<[T; N] as FromInputValue<S>>
|
||||
<bool as FromInputValue<__S>>
|
||||
<i32 as FromInputValue<__S>>
|
||||
<f64 as FromInputValue<__S>>
|
||||
<Object as FromInputValue<__S>>
|
||||
<Box<T> as FromInputValue<S>>
|
||||
<uuid::Uuid as FromInputValue<__S>>
|
||||
<url::Url as FromInputValue<__S>>
|
||||
<bson::datetime::DateTime as FromInputValue<__S>>
|
||||
and $N others
|
||||
note: required by a bound in `Registry::<'r, S>::arg`
|
||||
--> $WORKSPACE/juniper/src/executor/mod.rs
|
||||
|
@ -49,14 +49,14 @@ error[E0277]: the trait bound `ObjectA: FromInputValue<__S>` is not satisfied
|
|||
| ^^^^^^^^^^^^^^^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjectA`
|
||||
|
|
||||
= help: the following other types implement trait `FromInputValue<S>`:
|
||||
<Arc<T> as FromInputValue<S>>
|
||||
<Box<T> as FromInputValue<S>>
|
||||
<ID as FromInputValue<__S>>
|
||||
<Object as FromInputValue<__S>>
|
||||
<TypeKind as FromInputValue<__S>>
|
||||
<Vec<T> as FromInputValue<S>>
|
||||
<[T; N] as FromInputValue<S>>
|
||||
<bool as FromInputValue<__S>>
|
||||
<i32 as FromInputValue<__S>>
|
||||
<f64 as FromInputValue<__S>>
|
||||
<Object as FromInputValue<__S>>
|
||||
<Box<T> as FromInputValue<S>>
|
||||
<uuid::Uuid as FromInputValue<__S>>
|
||||
<url::Url as FromInputValue<__S>>
|
||||
<bson::datetime::DateTime as FromInputValue<__S>>
|
||||
and $N others
|
||||
= note: this error originates in the derive macro `GraphQLInputObject` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
||||
|
@ -67,13 +67,13 @@ error[E0277]: the trait bound `ObjectA: ToInputValue<_>` is not satisfied
|
|||
| ^^^^^^^^^^^^^^^^^^ the trait `ToInputValue<_>` is not implemented for `ObjectA`
|
||||
|
|
||||
= help: the following other types implement trait `ToInputValue<S>`:
|
||||
<&'a T as ToInputValue<S>>
|
||||
<&'a [T] as ToInputValue<S>>
|
||||
<&'a str as ToInputValue<S>>
|
||||
<Arc<T> as ToInputValue<S>>
|
||||
<Box<T> as ToInputValue<S>>
|
||||
<ID as ToInputValue<__S>>
|
||||
<bool as ToInputValue<__S>>
|
||||
<i32 as ToInputValue<__S>>
|
||||
<f64 as ToInputValue<__S>>
|
||||
<Object as ToInputValue<__S>>
|
||||
<TypeKind as ToInputValue<__S>>
|
||||
<Box<T> as ToInputValue<S>>
|
||||
<uuid::Uuid as ToInputValue<__S>>
|
||||
<url::Url as ToInputValue<__S>>
|
||||
<bson::datetime::DateTime as ToInputValue<__S>>
|
||||
and $N others
|
||||
= note: this error originates in the derive macro `GraphQLInputObject` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
|
|
@ -5,12 +5,12 @@ error[E0277]: the trait bound `ObjB: IsOutputType<__S>` is not satisfied
|
|||
| ^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB`
|
||||
|
|
||||
= help: the following other types implement trait `IsOutputType<S>`:
|
||||
<&T as IsOutputType<S>>
|
||||
<Arc<T> as IsOutputType<S>>
|
||||
<Argument<'a, S> as IsOutputType<S>>
|
||||
<Box<T> as IsOutputType<S>>
|
||||
<bool as IsOutputType<__S>>
|
||||
<i32 as IsOutputType<__S>>
|
||||
<f64 as IsOutputType<__S>>
|
||||
<CharacterValueEnum as IsOutputType<__S>>
|
||||
<EnumValue as IsOutputType<__S>>
|
||||
<ID as IsOutputType<__S>>
|
||||
<SchemaType<'a, S> as IsOutputType<S>>
|
||||
<Box<T> as IsOutputType<S>>
|
||||
<uuid::Uuid as IsOutputType<__S>>
|
||||
<url::Url as IsOutputType<__S>>
|
||||
<bson::datetime::DateTime as IsOutputType<__S>>
|
||||
and $N others
|
||||
|
|
|
@ -5,12 +5,12 @@ error[E0277]: the trait bound `ObjB: IsOutputType<__S>` is not satisfied
|
|||
| ^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB`
|
||||
|
|
||||
= help: the following other types implement trait `IsOutputType<S>`:
|
||||
<&T as IsOutputType<S>>
|
||||
<Arc<T> as IsOutputType<S>>
|
||||
<Argument<'a, S> as IsOutputType<S>>
|
||||
<Box<T> as IsOutputType<S>>
|
||||
<bool as IsOutputType<__S>>
|
||||
<i32 as IsOutputType<__S>>
|
||||
<f64 as IsOutputType<__S>>
|
||||
<CharacterValueEnum as IsOutputType<__S>>
|
||||
<EnumValue as IsOutputType<__S>>
|
||||
<ID as IsOutputType<__S>>
|
||||
<SchemaType<'a, S> as IsOutputType<S>>
|
||||
<Box<T> as IsOutputType<S>>
|
||||
<uuid::Uuid as IsOutputType<__S>>
|
||||
<url::Url as IsOutputType<__S>>
|
||||
<bson::datetime::DateTime as IsOutputType<__S>>
|
||||
and $N others
|
||||
|
|
|
@ -5,14 +5,14 @@ error[E0277]: the trait bound `ObjA: IsInputType<__S>` is not satisfied
|
|||
| ^^^^ the trait `IsInputType<__S>` is not implemented for `ObjA`
|
||||
|
|
||||
= help: the following other types implement trait `IsInputType<S>`:
|
||||
<&T as IsInputType<S>>
|
||||
<Arc<T> as IsInputType<S>>
|
||||
<bool as IsInputType<__S>>
|
||||
<i32 as IsInputType<__S>>
|
||||
<f64 as IsInputType<__S>>
|
||||
<Box<T> as IsInputType<S>>
|
||||
<ID as IsInputType<__S>>
|
||||
<TypeKind as IsInputType<__S>>
|
||||
<Vec<T> as IsInputType<S>>
|
||||
<[T; N] as IsInputType<S>>
|
||||
<[T] as IsInputType<S>>
|
||||
<uuid::Uuid as IsInputType<__S>>
|
||||
<url::Url as IsInputType<__S>>
|
||||
<bson::datetime::DateTime as IsInputType<__S>>
|
||||
<juniper::schema::model::DirectiveLocation as IsInputType<__S>>
|
||||
and $N others
|
||||
|
||||
error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
|
||||
|
@ -22,14 +22,14 @@ error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
|
|||
| ^^^^^^^^^^^^^^^^^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA`
|
||||
|
|
||||
= help: the following other types implement trait `FromInputValue<S>`:
|
||||
<Arc<T> as FromInputValue<S>>
|
||||
<Box<T> as FromInputValue<S>>
|
||||
<ID as FromInputValue<__S>>
|
||||
<TypeKind as FromInputValue<__S>>
|
||||
<Vec<T> as FromInputValue<S>>
|
||||
<[T; N] as FromInputValue<S>>
|
||||
<bool as FromInputValue<__S>>
|
||||
<i32 as FromInputValue<__S>>
|
||||
<f64 as FromInputValue<__S>>
|
||||
<Box<T> as FromInputValue<S>>
|
||||
<uuid::Uuid as FromInputValue<__S>>
|
||||
<url::Url as FromInputValue<__S>>
|
||||
<bson::datetime::DateTime as FromInputValue<__S>>
|
||||
<juniper::schema::model::DirectiveLocation as FromInputValue<__S>>
|
||||
and $N others
|
||||
note: required by a bound in `Registry::<'r, S>::arg`
|
||||
--> $WORKSPACE/juniper/src/executor/mod.rs
|
||||
|
|
|
@ -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]`
|
||||
|
|
||||
= help: the following other types implement trait `From<T>`:
|
||||
<&'a [ascii::ascii_char::AsciiChar] as From<&'a ascii::ascii_str::AsciiStr>>
|
||||
<&'a [u32; 4] as From<&'a ppv_lite86::x86_64::vec128_storage>>
|
||||
<&'a [u8] as From<&'a ascii::ascii_str::AsciiStr>>
|
||||
<&'a mut [ascii::ascii_char::AsciiChar] as From<&'a mut ascii::ascii_str::AsciiStr>>
|
||||
<&'input [u8] as From<gimli::read::endian_slice::EndianSlice<'input, Endian>>>
|
||||
<[T; 10] as From<(T, T, T, T, T, T, T, T, T, T)>>
|
||||
<[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)>>
|
||||
<[bool; LANES] as From<Mask<T, LANES>>>
|
||||
<[u32; 4] as From<ppv_lite86::x86_64::vec128_storage>>
|
||||
<[u32; 8] as From<ppv_lite86::x86_64::vec256_storage>>
|
||||
<[u32; 16] as From<ppv_lite86::x86_64::vec512_storage>>
|
||||
<[u64; 2] as From<ppv_lite86::x86_64::vec128_storage>>
|
||||
<[u64; 4] as From<ppv_lite86::x86_64::vec256_storage>>
|
||||
<[u64; 8] as From<ppv_lite86::x86_64::vec512_storage>>
|
||||
<[u128; 1] as From<ppv_lite86::x86_64::vec128_storage>>
|
||||
and $N others
|
||||
= 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)
|
||||
|
|
|
@ -5,12 +5,12 @@ error[E0277]: the trait bound `ObjB: IsOutputType<__S>` is not satisfied
|
|||
| ^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB`
|
||||
|
|
||||
= help: the following other types implement trait `IsOutputType<S>`:
|
||||
<&T as IsOutputType<S>>
|
||||
<Arc<T> as IsOutputType<S>>
|
||||
<Argument<'a, S> as IsOutputType<S>>
|
||||
<Box<T> as IsOutputType<S>>
|
||||
<bool as IsOutputType<__S>>
|
||||
<i32 as IsOutputType<__S>>
|
||||
<f64 as IsOutputType<__S>>
|
||||
<CharacterValueEnum as IsOutputType<__S>>
|
||||
<EnumValue as IsOutputType<__S>>
|
||||
<ID as IsOutputType<__S>>
|
||||
<SchemaType<'a, S> as IsOutputType<S>>
|
||||
<Box<T> as IsOutputType<S>>
|
||||
<uuid::Uuid as IsOutputType<__S>>
|
||||
<url::Url as IsOutputType<__S>>
|
||||
<bson::datetime::DateTime as IsOutputType<__S>>
|
||||
and $N others
|
||||
|
|
|
@ -5,14 +5,14 @@ error[E0277]: the trait bound `ObjA: IsInputType<__S>` is not satisfied
|
|||
| ^^^^ the trait `IsInputType<__S>` is not implemented for `ObjA`
|
||||
|
|
||||
= help: the following other types implement trait `IsInputType<S>`:
|
||||
<&T as IsInputType<S>>
|
||||
<Arc<T> as IsInputType<S>>
|
||||
<bool as IsInputType<__S>>
|
||||
<i32 as IsInputType<__S>>
|
||||
<f64 as IsInputType<__S>>
|
||||
<Box<T> as IsInputType<S>>
|
||||
<ID as IsInputType<__S>>
|
||||
<TypeKind as IsInputType<__S>>
|
||||
<Vec<T> as IsInputType<S>>
|
||||
<[T; N] as IsInputType<S>>
|
||||
<[T] as IsInputType<S>>
|
||||
<uuid::Uuid as IsInputType<__S>>
|
||||
<url::Url as IsInputType<__S>>
|
||||
<bson::datetime::DateTime as IsInputType<__S>>
|
||||
<juniper::schema::model::DirectiveLocation as IsInputType<__S>>
|
||||
and $N others
|
||||
|
||||
error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
|
||||
|
@ -22,14 +22,14 @@ error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
|
|||
| ^^^^^^^^^^^^^^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA`
|
||||
|
|
||||
= help: the following other types implement trait `FromInputValue<S>`:
|
||||
<Arc<T> as FromInputValue<S>>
|
||||
<Box<T> as FromInputValue<S>>
|
||||
<ID as FromInputValue<__S>>
|
||||
<TypeKind as FromInputValue<__S>>
|
||||
<Vec<T> as FromInputValue<S>>
|
||||
<[T; N] as FromInputValue<S>>
|
||||
<bool as FromInputValue<__S>>
|
||||
<i32 as FromInputValue<__S>>
|
||||
<f64 as FromInputValue<__S>>
|
||||
<Box<T> as FromInputValue<S>>
|
||||
<uuid::Uuid as FromInputValue<__S>>
|
||||
<url::Url as FromInputValue<__S>>
|
||||
<bson::datetime::DateTime as FromInputValue<__S>>
|
||||
<juniper::schema::model::DirectiveLocation as FromInputValue<__S>>
|
||||
and $N others
|
||||
note: required by a bound in `Registry::<'r, S>::arg`
|
||||
--> $WORKSPACE/juniper/src/executor/mod.rs
|
||||
|
@ -48,13 +48,13 @@ error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
|
|||
| ^^^^^^^^^^^^^^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA`
|
||||
|
|
||||
= help: the following other types implement trait `FromInputValue<S>`:
|
||||
<Arc<T> as FromInputValue<S>>
|
||||
<Box<T> as FromInputValue<S>>
|
||||
<ID as FromInputValue<__S>>
|
||||
<TypeKind as FromInputValue<__S>>
|
||||
<Vec<T> as FromInputValue<S>>
|
||||
<[T; N] as FromInputValue<S>>
|
||||
<bool as FromInputValue<__S>>
|
||||
<i32 as FromInputValue<__S>>
|
||||
<f64 as FromInputValue<__S>>
|
||||
<Box<T> as FromInputValue<S>>
|
||||
<uuid::Uuid as FromInputValue<__S>>
|
||||
<url::Url as FromInputValue<__S>>
|
||||
<bson::datetime::DateTime as FromInputValue<__S>>
|
||||
<juniper::schema::model::DirectiveLocation as FromInputValue<__S>>
|
||||
and $N others
|
||||
= note: this error originates in the attribute macro `graphql_object` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
|
|
@ -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]`
|
||||
|
|
||||
= help: the following other types implement trait `From<T>`:
|
||||
<&'a [ascii::ascii_char::AsciiChar] as From<&'a ascii::ascii_str::AsciiStr>>
|
||||
<&'a [u32; 4] as From<&'a ppv_lite86::x86_64::vec128_storage>>
|
||||
<&'a [u8] as From<&'a ascii::ascii_str::AsciiStr>>
|
||||
<&'a mut [ascii::ascii_char::AsciiChar] as From<&'a mut ascii::ascii_str::AsciiStr>>
|
||||
<&'input [u8] as From<gimli::read::endian_slice::EndianSlice<'input, Endian>>>
|
||||
<[T; 10] as From<(T, T, T, T, T, T, T, T, T, T)>>
|
||||
<[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)>>
|
||||
<[bool; LANES] as From<Mask<T, LANES>>>
|
||||
<[u32; 4] as From<ppv_lite86::x86_64::vec128_storage>>
|
||||
<[u32; 8] as From<ppv_lite86::x86_64::vec256_storage>>
|
||||
<[u32; 16] as From<ppv_lite86::x86_64::vec512_storage>>
|
||||
<[u64; 2] as From<ppv_lite86::x86_64::vec128_storage>>
|
||||
<[u64; 4] as From<ppv_lite86::x86_64::vec256_storage>>
|
||||
<[u64; 8] as From<ppv_lite86::x86_64::vec512_storage>>
|
||||
<[u128; 1] as From<ppv_lite86::x86_64::vec128_storage>>
|
||||
and $N others
|
||||
= 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)
|
||||
|
|
|
@ -5,12 +5,12 @@ error[E0277]: the trait bound `ObjB: IsOutputType<__S>` is not satisfied
|
|||
| ^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB`
|
||||
|
|
||||
= help: the following other types implement trait `IsOutputType<S>`:
|
||||
<&T as IsOutputType<S>>
|
||||
<Arc<T> as IsOutputType<S>>
|
||||
<Argument<'a, S> as IsOutputType<S>>
|
||||
<Box<T> as IsOutputType<S>>
|
||||
<EnumValue as IsOutputType<__S>>
|
||||
<ID as IsOutputType<__S>>
|
||||
<bool as IsOutputType<__S>>
|
||||
<i32 as IsOutputType<__S>>
|
||||
<f64 as IsOutputType<__S>>
|
||||
<ObjA as IsOutputType<__S>>
|
||||
<SchemaType<'a, S> as IsOutputType<S>>
|
||||
<Box<T> as IsOutputType<S>>
|
||||
<uuid::Uuid as IsOutputType<__S>>
|
||||
<url::Url as IsOutputType<__S>>
|
||||
<bson::datetime::DateTime as IsOutputType<__S>>
|
||||
and $N others
|
||||
|
|
|
@ -5,12 +5,12 @@ error[E0277]: the trait bound `ObjB: IsOutputType<__S>` is not satisfied
|
|||
| ^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB`
|
||||
|
|
||||
= help: the following other types implement trait `IsOutputType<S>`:
|
||||
<&T as IsOutputType<S>>
|
||||
<Arc<T> as IsOutputType<S>>
|
||||
<Argument<'a, S> as IsOutputType<S>>
|
||||
<Box<T> as IsOutputType<S>>
|
||||
<EnumValue as IsOutputType<__S>>
|
||||
<ID as IsOutputType<__S>>
|
||||
<bool as IsOutputType<__S>>
|
||||
<i32 as IsOutputType<__S>>
|
||||
<f64 as IsOutputType<__S>>
|
||||
<ObjA as IsOutputType<__S>>
|
||||
<SchemaType<'a, S> as IsOutputType<S>>
|
||||
<Box<T> as IsOutputType<S>>
|
||||
<uuid::Uuid as IsOutputType<__S>>
|
||||
<url::Url as IsOutputType<__S>>
|
||||
<bson::datetime::DateTime as IsOutputType<__S>>
|
||||
and $N others
|
||||
|
|
|
@ -13,14 +13,14 @@ error[E0277]: the trait bound `ObjA: IsInputType<__S>` is not satisfied
|
|||
| ^^^^ the trait `IsInputType<__S>` is not implemented for `ObjA`
|
||||
|
|
||||
= help: the following other types implement trait `IsInputType<S>`:
|
||||
<&T as IsInputType<S>>
|
||||
<Arc<T> as IsInputType<S>>
|
||||
<bool as IsInputType<__S>>
|
||||
<i32 as IsInputType<__S>>
|
||||
<f64 as IsInputType<__S>>
|
||||
<Box<T> as IsInputType<S>>
|
||||
<ID as IsInputType<__S>>
|
||||
<TypeKind as IsInputType<__S>>
|
||||
<Vec<T> as IsInputType<S>>
|
||||
<[T; N] as IsInputType<S>>
|
||||
<[T] as IsInputType<S>>
|
||||
<uuid::Uuid as IsInputType<__S>>
|
||||
<url::Url as IsInputType<__S>>
|
||||
<bson::datetime::DateTime as IsInputType<__S>>
|
||||
<juniper::schema::model::DirectiveLocation as IsInputType<__S>>
|
||||
and $N others
|
||||
|
||||
error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
|
||||
|
@ -30,14 +30,14 @@ error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
|
|||
| ^^^^^^^^^^^^^^^^^^^^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA`
|
||||
|
|
||||
= help: the following other types implement trait `FromInputValue<S>`:
|
||||
<Arc<T> as FromInputValue<S>>
|
||||
<Box<T> as FromInputValue<S>>
|
||||
<ID as FromInputValue<__S>>
|
||||
<TypeKind as FromInputValue<__S>>
|
||||
<Vec<T> as FromInputValue<S>>
|
||||
<[T; N] as FromInputValue<S>>
|
||||
<bool as FromInputValue<__S>>
|
||||
<i32 as FromInputValue<__S>>
|
||||
<f64 as FromInputValue<__S>>
|
||||
<Box<T> as FromInputValue<S>>
|
||||
<uuid::Uuid as FromInputValue<__S>>
|
||||
<url::Url as FromInputValue<__S>>
|
||||
<bson::datetime::DateTime as FromInputValue<__S>>
|
||||
<juniper::schema::model::DirectiveLocation as FromInputValue<__S>>
|
||||
and $N others
|
||||
note: required by a bound in `Registry::<'r, S>::arg`
|
||||
--> $WORKSPACE/juniper/src/executor/mod.rs
|
||||
|
@ -56,13 +56,13 @@ error[E0277]: the trait bound `ObjA: FromInputValue<__S>` is not satisfied
|
|||
| ^^^^^^^^^^^^^^^^^^^^^^^ the trait `FromInputValue<__S>` is not implemented for `ObjA`
|
||||
|
|
||||
= help: the following other types implement trait `FromInputValue<S>`:
|
||||
<Arc<T> as FromInputValue<S>>
|
||||
<Box<T> as FromInputValue<S>>
|
||||
<ID as FromInputValue<__S>>
|
||||
<TypeKind as FromInputValue<__S>>
|
||||
<Vec<T> as FromInputValue<S>>
|
||||
<[T; N] as FromInputValue<S>>
|
||||
<bool as FromInputValue<__S>>
|
||||
<i32 as FromInputValue<__S>>
|
||||
<f64 as FromInputValue<__S>>
|
||||
<Box<T> as FromInputValue<S>>
|
||||
<uuid::Uuid as FromInputValue<__S>>
|
||||
<url::Url as FromInputValue<__S>>
|
||||
<bson::datetime::DateTime as FromInputValue<__S>>
|
||||
<juniper::schema::model::DirectiveLocation as FromInputValue<__S>>
|
||||
and $N others
|
||||
= note: this error originates in the attribute macro `graphql_subscription` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
|
|
@ -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]`
|
||||
|
|
||||
= help: the following other types implement trait `From<T>`:
|
||||
<&'a [ascii::ascii_char::AsciiChar] as From<&'a ascii::ascii_str::AsciiStr>>
|
||||
<&'a [u32; 4] as From<&'a ppv_lite86::x86_64::vec128_storage>>
|
||||
<&'a [u8] as From<&'a ascii::ascii_str::AsciiStr>>
|
||||
<&'a mut [ascii::ascii_char::AsciiChar] as From<&'a mut ascii::ascii_str::AsciiStr>>
|
||||
<&'input [u8] as From<gimli::read::endian_slice::EndianSlice<'input, Endian>>>
|
||||
<[T; 10] as From<(T, T, T, T, T, T, T, T, T, T)>>
|
||||
<[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)>>
|
||||
<[bool; LANES] as From<Mask<T, LANES>>>
|
||||
<[u32; 4] as From<ppv_lite86::x86_64::vec128_storage>>
|
||||
<[u32; 8] as From<ppv_lite86::x86_64::vec256_storage>>
|
||||
<[u32; 16] as From<ppv_lite86::x86_64::vec512_storage>>
|
||||
<[u64; 2] as From<ppv_lite86::x86_64::vec128_storage>>
|
||||
<[u64; 4] as From<ppv_lite86::x86_64::vec256_storage>>
|
||||
<[u64; 8] as From<ppv_lite86::x86_64::vec512_storage>>
|
||||
<[u128; 1] as From<ppv_lite86::x86_64::vec128_storage>>
|
||||
and $N others
|
||||
= 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)
|
||||
|
|
|
@ -5,12 +5,12 @@ error[E0277]: the trait bound `ObjB: IsOutputType<__S>` is not satisfied
|
|||
| ^^^^^^^^^^^^^^^^^^^^^ the trait `IsOutputType<__S>` is not implemented for `ObjB`
|
||||
|
|
||||
= help: the following other types implement trait `IsOutputType<S>`:
|
||||
<&T as IsOutputType<S>>
|
||||
<Arc<T> as IsOutputType<S>>
|
||||
<Argument<'a, S> as IsOutputType<S>>
|
||||
<Box<T> as IsOutputType<S>>
|
||||
<EnumValue as IsOutputType<__S>>
|
||||
<ID as IsOutputType<__S>>
|
||||
<bool as IsOutputType<__S>>
|
||||
<i32 as IsOutputType<__S>>
|
||||
<f64 as IsOutputType<__S>>
|
||||
<ObjA as IsOutputType<__S>>
|
||||
<SchemaType<'a, S> as IsOutputType<S>>
|
||||
<Box<T> as IsOutputType<S>>
|
||||
<uuid::Uuid as IsOutputType<__S>>
|
||||
<url::Url as IsOutputType<__S>>
|
||||
<bson::datetime::DateTime as IsOutputType<__S>>
|
||||
and $N others
|
||||
|
|
|
@ -5,13 +5,13 @@ error[E0277]: the trait bound `Test: GraphQLObject<__S>` is not satisfied
|
|||
| ^^^^^^^^^^^^ the trait `GraphQLObject<__S>` is not implemented for `Test`
|
||||
|
|
||||
= help: the following other types implement trait `GraphQLObject<S>`:
|
||||
<&T as GraphQLObject<S>>
|
||||
<Arc<T> as GraphQLObject<S>>
|
||||
<Argument<'a, S> as GraphQLObject<S>>
|
||||
<Box<T> as GraphQLObject<S>>
|
||||
<juniper::meta::Field<'a, S> as GraphQLObject<S>>
|
||||
<Argument<'a, S> as GraphQLObject<S>>
|
||||
<EnumValue as GraphQLObject<__S>>
|
||||
<SchemaType<'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::TypeType<'a, S> as GraphQLObject<S>>
|
||||
<juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>>
|
||||
<Arc<T> as GraphQLObject<S>>
|
||||
<&T as GraphQLObject<S>>
|
||||
= note: this error originates in the derive macro `GraphQLUnion` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
|
|
@ -5,13 +5,13 @@ error[E0277]: the trait bound `Test: GraphQLObject<__S>` is not satisfied
|
|||
| ^^^^^^^^^^^^ the trait `GraphQLObject<__S>` is not implemented for `Test`
|
||||
|
|
||||
= help: the following other types implement trait `GraphQLObject<S>`:
|
||||
<&T as GraphQLObject<S>>
|
||||
<Arc<T> as GraphQLObject<S>>
|
||||
<Argument<'a, S> as GraphQLObject<S>>
|
||||
<Box<T> as GraphQLObject<S>>
|
||||
<juniper::meta::Field<'a, S> as GraphQLObject<S>>
|
||||
<Argument<'a, S> as GraphQLObject<S>>
|
||||
<EnumValue as GraphQLObject<__S>>
|
||||
<SchemaType<'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::TypeType<'a, S> as GraphQLObject<S>>
|
||||
<juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>>
|
||||
<Arc<T> as GraphQLObject<S>>
|
||||
<&T as GraphQLObject<S>>
|
||||
= note: this error originates in the derive macro `GraphQLUnion` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
|
|
@ -5,8 +5,8 @@ error[E0277]: the trait bound `CustomContext: FromContext<SubContext>` is not sa
|
|||
| ^^^^^^^^^^^^^^^^ the trait `FromContext<SubContext>` is not implemented for `CustomContext`
|
||||
|
|
||||
= help: the following other types implement trait `FromContext<T>`:
|
||||
<() as FromContext<T>>
|
||||
<SubContext as FromContext<CustomContext>>
|
||||
<() as FromContext<T>>
|
||||
= 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
|
||||
|
|
|
@ -5,13 +5,13 @@ error[E0277]: the trait bound `Test: GraphQLObject<__S>` is not satisfied
|
|||
| ^^^^^^^^^^^^^^^^ the trait `GraphQLObject<__S>` is not implemented for `Test`
|
||||
|
|
||||
= help: the following other types implement trait `GraphQLObject<S>`:
|
||||
<&T as GraphQLObject<S>>
|
||||
<Arc<T> as GraphQLObject<S>>
|
||||
<Argument<'a, S> as GraphQLObject<S>>
|
||||
<Box<T> as GraphQLObject<S>>
|
||||
<juniper::meta::Field<'a, S> as GraphQLObject<S>>
|
||||
<Argument<'a, S> as GraphQLObject<S>>
|
||||
<EnumValue as GraphQLObject<__S>>
|
||||
<SchemaType<'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::TypeType<'a, S> as GraphQLObject<S>>
|
||||
<juniper::schema::model::DirectiveType<'a, S> as GraphQLObject<S>>
|
||||
<Arc<T> as GraphQLObject<S>>
|
||||
<&T as GraphQLObject<S>>
|
||||
= note: this error originates in the attribute macro `graphql_union` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
|
Loading…
Reference in a new issue