diff --git a/tests/codegen/fail/interface/trait/argument_wrong_default_array.stderr b/tests/codegen/fail/interface/trait/argument_wrong_default_array.stderr index d8452fd90..d5aa5f0cc 100644 --- a/tests/codegen/fail/interface/trait/argument_wrong_default_array.stderr +++ b/tests/codegen/fail/interface/trait/argument_wrong_default_array.stderr @@ -6,13 +6,13 @@ error[E0277]: the trait bound `[bool; 2]: From<[bool; 3]>` is not satisfied | = help: the following other types implement trait `From`: <[bool; LANES] as From>> - <[u32; 4] as From> - <[u64; 2] as From> - <[u64; 4] as From> - <[T; N] as From>> - <[T; 1] as From<(T,)>> - <[T; 2] as From<(T, T)>> - <[T; 3] as From<(T, T, T)>> + <[u32; 4] as From> + <[u32; 8] as From> + <[u32; 16] as From> + <[u64; 2] as From> + <[u64; 4] as From> + <[u64; 8] as From> + <[u128; 1] as From> 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) diff --git a/tests/codegen/fail/object/argument_wrong_default_array.stderr b/tests/codegen/fail/object/argument_wrong_default_array.stderr index 5f74eea8c..04716e214 100644 --- a/tests/codegen/fail/object/argument_wrong_default_array.stderr +++ b/tests/codegen/fail/object/argument_wrong_default_array.stderr @@ -6,13 +6,13 @@ error[E0277]: the trait bound `[bool; 2]: From<[bool; 3]>` is not satisfied | = help: the following other types implement trait `From`: <[bool; LANES] as From>> - <[u32; 4] as From> - <[u64; 2] as From> - <[u64; 4] as From> - <[T; N] as From>> - <[T; 1] as From<(T,)>> - <[T; 2] as From<(T, T)>> - <[T; 3] as From<(T, T, T)>> + <[u32; 4] as From> + <[u32; 8] as From> + <[u32; 16] as From> + <[u64; 2] as From> + <[u64; 4] as From> + <[u64; 8] as From> + <[u128; 1] as From> 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) diff --git a/tests/codegen/fail/subscription/argument_wrong_default_array.stderr b/tests/codegen/fail/subscription/argument_wrong_default_array.stderr index 563b8b006..f7618614b 100644 --- a/tests/codegen/fail/subscription/argument_wrong_default_array.stderr +++ b/tests/codegen/fail/subscription/argument_wrong_default_array.stderr @@ -6,13 +6,13 @@ error[E0277]: the trait bound `[bool; 2]: From<[bool; 3]>` is not satisfied | = help: the following other types implement trait `From`: <[bool; LANES] as From>> - <[u32; 4] as From> - <[u64; 2] as From> - <[u64; 4] as From> - <[T; N] as From>> - <[T; 1] as From<(T,)>> - <[T; 2] as From<(T, T)>> - <[T; 3] as From<(T, T, T)>> + <[u32; 4] as From> + <[u32; 8] as From> + <[u32; 16] as From> + <[u64; 2] as From> + <[u64; 4] as From> + <[u64; 8] as From> + <[u128; 1] as From> 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)