errors.fyi community error code reference
E0391
rust

Circular Trait Dependency

Two or more traits depend on each other in a cycle, which the compiler cannot resolve. Restructure the trait hierarchy to eliminate the circular dependency.

References

← all namespaces