E0428
rust Duplicate Definition
A type, value, or module was defined more than once with the same name in the same scope. Each name may only be bound to one definition within a given scope.
A type, value, or module was defined more than once with the same name in the same scope. Each name may only be bound to one definition within a given scope.