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

Refutable Pattern in Binding

A let binding uses a pattern that is not guaranteed to match in all cases. Patterns in let statements must be irrefutable; use match or if let for patterns that can fail.

References

In this namespace

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