$ errors.fyi/rust/E0072 74 namespaces · 3,092 codes
rust · rust/E0072
E0072

Recursive Type Without Indirection

A struct or enum references itself directly without indirection, producing a type of infinite size. Wrap the recursive reference in a heap-allocated pointer such as Box, Rc, or Arc.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT