[INFO] [stdout] error[E0277]: the size for values of type `T` cannot be known at compilation time
[INFO] [stdout] --> src/group_map.rs:52:11
[INFO] [stdout] |
[INFO] [stdout] 51 | pub(crate) fn right_with_right_id<T: PartialEq + ?Sized>(id: ID) -> impl Fn(&RightItem<T>) -> bool {
[INFO] [stdout] | - this type parameter needs to be `Sized`
[INFO] [stdout] 52 | move |x| x.id == id
[INFO] [stdout] | ^ doesn't have a size known at compile-time
[INFO] [stdout] |
probably #123531, cc @compiler-errors should be intended breakage