Cycle detected when deriving PartialEq, Eq for type with non-primitive const param. #74950
Labels
A-const-generics
Area: const generics (parameters and arguments)
C-bug
Category: This is a bug.
F-const_generics
`#![feature(const_generics)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following code used to compile on nightly:
but now results in
The same is true for any non-primitive const param, i.e.:
The text was updated successfully, but these errors were encountered: