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.
A struct is declared with two or more fields sharing the same name. All field names within a struct must be unique.