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

Conflicting Borrow Kinds

A variable was borrowed with one mutability while an active borrow of the opposite mutability still exists. Rust does not permit a mutable borrow to coexist with any other borrow of the same value.

References

In this namespace

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