errors.fyi community error code reference
E0403
rust

Duplicate Generic Parameter

Multiple type parameters with the same name were declared in the same generic item. All type parameter names within a single generic context must be distinct.

References

← all namespaces