const generics: error[E0391]: cycle detected when const-evaluating + checking Foo::{{constant}}#0
#67185
Labels
A-const-generics
Area: const generics (parameters and arguments)
A-lazy-normalization
Area: Lazy normalization (tracking issue: #60471)
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
F-const_generics
`#![feature(const_generics)]`
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Source
Error
Remove the line
[<u8 as Baz>::Quaks; 2]: Bar,
and it compiles.Removing
#![feature(const_generics)]
also makes it compile.Meta
The text was updated successfully, but these errors were encountered: