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

Multiple Mutable Borrows

A variable was borrowed mutably more than once simultaneously. Rust permits at most one active mutable reference to a value at any point in time to prevent data races.

References

In this namespace

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