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

Assign to Borrowed Value

An attempt was made to assign a new value to a variable that is currently borrowed. The assignment would invalidate the existing reference, violating Rust's borrowing rules.

References

In this namespace

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