errors.fyi community error code reference
E0124
rust

Duplicate Struct Field Name

A struct is declared with two or more fields sharing the same name. All field names within a struct must be unique.

References

← all namespaces