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

Use After Move

A variable was used after its value was moved to another binding. Rust's ownership model permits a value to have only one owner at a time; once moved, the original variable is no longer valid.

References

In this namespace

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