Derived PartialEq
not recognized for const-generic type when other PartialEq
is present (type-mismatch)
#13121
Labels
A-ty
type system / type inference / traits / method resolution
I think I discovered a pretty severe bug related to const-generics as they are available on stable.
rust-analyzer version: 1.65.0-nightly (7480389 2022-08-25)
rustc version: 1.63.0 (4b91a6ea7 2022-08-08)
relevant settings: n/a
The error goes away if
X
is removed orPartialEq<u16>
impl is removedThe text was updated successfully, but these errors were encountered: