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

Unreachable Match Arm

A match arm will never be reached because a preceding pattern already covers all possible values for that case. This typically occurs when patterns are ordered incorrectly, such as a wildcard placed before more specific arms.

References

In this namespace

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