errors.fyi community error code reference
E0025
rust

Duplicate Field Binding

The same struct field is bound more than once in a single destructuring pattern. Each field may only appear once in a pattern.

References

โ† all namespaces for E0025