$ errors.fyi/rust/E0416 74 namespaces · 3,092 codes
rust · rust/E0416
E0416

Duplicate Pattern Binding

The same identifier was bound more than once in a single pattern. Each name in a pattern must be unique, as binding the same variable to two different values is ambiguous.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT