error[E0277]: the trait bound `[bool; 2]: From<[bool; 3]>` is not satisfied --> fail/interface/trait/argument_wrong_default_array.rs:3:1 | 3 | #[graphql_interface] | ^^^^^^^^^^^^^^^^^^^^ the trait `From<[bool; 3]>` is not implemented for `[bool; 2]` | = 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)>> 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)