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.
The same struct field is bound more than once in a single destructuring pattern. Each field may only appear once in a pattern.