Cycle E0391 error with polymorphize #85318
Labels
-Zpolymorphize
Unstable option: Polymorphization.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rustc (
v.1.54.0-nightly 1025db84a 2021-05-14
) compiles this code normally, even with optimizations:If I compile it with
rustc -Z polymorphize=y
, it raises errors:I don't know much about that polymorphize option, so I am not sure if this is a compiler problem.
The text was updated successfully, but these errors were encountered: