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

Move Out of Borrow

An attempt was made to move a value out of a borrowed reference. Borrowing grants temporary access but not ownership, so the value cannot be moved elsewhere while it is borrowed.

References

In this namespace

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