Self-referential struct with Cow<Container<Self>> as the last field errors with overflow #107481
Labels
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
Compiling it, I got these errors:
This issue seems similar to #89940, but the error you get is different (an overflow instead of a trait bound not satisfied).
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: