errors.fyi community error code reference
E0597
rust

Value Dropped While Borrowed

A value goes out of scope while it is still referenced by another variable. The borrow outlives the value's lifetime, which would produce a dangling reference.

References

โ† all namespaces for E0597