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

Closure Borrows Borrowed Variable

A closure captures a variable that is already borrowed elsewhere in the enclosing scope. The conflicting borrow must end before the closure can capture the same variable.

References

In this namespace

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